{"transferStatusCode":200,"idempotencyKey":"2583995e-b2e8-49d3-b2d6-ce2e98744e8b","referenceId":"2583995e-b2e8-49d3-b2d6-ce2e98744e8b","paymentFlow":"DIRECT","paymentMethod":"CARD","amount":50000,"currency":"COP","finalAmount":50000,"finalCurrency":"COP","country":"CO","createTime":"2023-10-20 07:16:23 UTC","scheduledTime":"2023-10-20 07:16:24 UTC","finalStatusTime":"2023-10-20 07:17:14 UTC","payer":{"name":"username","email":"username@liquido.com","billingAddress":{"street":"Simón Bolívar","number":"12121","city":"Álamos","state":"CDMX","zipCode":"03400"}},"transferStatus":"CANCELLED","description":"this is a test pay","callbackUrl":"https://api.client.com/callback/","subMerchantId":"UUID"}
Unique key of payment record which cancelled. current scene referenceId is equal idempotencyKey
paymentMethod
String
Payment method. CARD.
amount
Long
The payment amount. The minimum settlement granularity of the current currency, such as 100=1COP
currency
String
The currency of the transferred fund
finalAmount
Long
The final amount that is used for creating the charge order. EX: for charge orders with FX conversion, this field represents the converted amount from the original requested amount.
finalCurrency
String
The currency code of the finalAmount.
country
String
Country code
createTime
String
Payment ticket created time.
scheduledTime
String
Transfer ticket scheduled time
finalStatusTime
String
Transfer final status update time.
payer
JSON
Payer info
transferStatus
String
Transfer status, should be CANCELLED if success.
description
String
description of payment
callbackUrl
String
URL where Liquido will send notifications associated to changes to this payment. will receive a post request.