{"idempotencyKey":"1ec983fa-1a37-679b-809b-067861d87ab0","amount":100,"currency":"MXN","country":"MX","paymentMethod":"BANK_TRANSFER","paymentFlow":"DIRECT","payer":{"name":"username","email":"username@liquido.com","phone":"+52 1234567890","billingAddress":{"zipCode":"03400","state":"CDMX","city":"Álamos","street":"Simón Bolívar","number":"12121"}},"orderInfo":{"orderId":"test-order-id","shippingInfo":{"name":"shipping test name","phone":"shipping phone","email":"thiago@example.com","address":{"street":"street name","number":"building number","complement":"unit, apt, etc.","district":"district, neighborhood, etc.","city":"city name","state":"state, state code","zipCode":"zip code, postal code","country":"MX"}}},"description":"this is a test pay","callbackUrl":"https://api.client.com/callback/","subMerchantId":"UUID"}
Content-Type: application/json
{"transferStatusCode":200,"transferErrorMsg":null,"idempotencyKey":"BankTransfer-20220909-005","referenceId":"BankTransfer-20220909-005","paymentMethod":"BANK_TRANSFER","amount":100,"currency":"MXN","country":"MX","finalAmount":100,"finalCurrency":"MXN","createTime":"2022-09-09 00:26:32 GMT-07:00","scheduledTime":"2022-09-09 00:26:32 GMT-07:00","finalStatusTime":null,"payer":{"name":"Thiago Gabriel","email":"thiago@example.com","phone":"+52 1234567890","billingAddress":{"street":"street name","number":"building number","complement":"unit, apt, etc.","district":"district, neighborhood, etc.","city":"city name","state":"state, state code","zipCode":"zip code, postal code","country":"MX"}},"transferStatus":"IN_PROGRESS","description":"hello world","callbackUrl":"https://api.liquido.com/v1/cashier/callback/","transferDetails":{"bankTransfer":{"expirationTime":"2022-09-16 00:26:32 GMT-07:00","referenceNumber":"0000004","bankAccountInfo":{"bankCode":"90706","beneficiaryName":"MXNLIQUIDO SA DE CV","bankAccountNumber":"706180679889373163","bankAccountType":"CLABE","bankName":"ARCUS"}}},"subMerchantId":"UUID"}
Notification / Callback
Content-Type: application/json
{"eventType":"CHARGE_SUCCEEDED","data":{"chargeDetails":{"transferStatusCode":200,"transferErrorMsg":null,"idempotencyKey":"BankTransfer-20220909-005","referenceId":"BankTransfer-20220909-005","paymentMethod":"BANK_TRANSFER","amount":100,"currency":"MXN","country":"MX","finalAmount":100,"finalCurrency":"MXN","createTime":"2022-09-09 00:26:32 GMT-07:00","scheduledTime":"2022-09-09 00:26:32 GMT-07:00","finalStatusTime":null,"payer":{"name":"Thiago Gabriel","email":"thiago@example.com","phone":"+52 1234567890","billingAddress":{"street":"street name","number":"building number","complement":"unit, apt, etc.","district":"district, neighborhood, etc.","city":"city name","state":"state, state code","zipCode":"zip code, postal code","country":"MX"}},"transferStatus":"IN_PROGRESS","description":"hello world","callbackUrl":"https://api.liquido.com/v1/cashier/callback/","transferDetails":{"bankTransfer":{"expirationTime":"2022-09-16 00:26:32 GMT-07:00","referenceNumber":"0000004","bankAccountInfo":{"bankCode":"90706","beneficiaryName":"MXNLIQUIDO SA DE CV","bankAccountNumber":"706180679889373163","bankAccountType":"CLABE","bankName":"ARCUS"}}},"subMerchantId":"UUID"}}}
Request Headers Parameters
Key
Value
Authorization
"bearer" + " " + {{access_token}}
x-api-key
{{api_key}}
Request Body Parameters
Parameter
Required
Type
Description
idempotencyKey
String
Unique key to ensure idempotent requests. given by the merchant in their system.
amount
Long
The transfer amount, The minimum settlement granularity of the current currency, such as 100=1MXN
country
String
country code
currency
String
The currency code of the transferred fund
paymentMethod
String
payment method, enum value as BANK_TRANSFER
paymentFlow
String
payment flow, enum value as DIRECT or REDIRECT
payer
JSON
payer info
orderInfo
JSON
order info
description
String
description of payment
callbackUrl
String
URL where Liquido will send notifications associated to changes to this payment. will receive a post request.
subMerchantId
String
The sub merchant ID. Required for PSPs.
riskData
JSON
The risk data of the payment. MERCHANT_APP_NAME or MERCHANT_WEBSITE must be provided in risk Data. Please see here for further details.
fullname(Input specification: Only a combination of uppercase and lowercase letters, numbers and spaces is allowed. Spanish and Portuguese letters, and other special characters are not allowed).
email
String
email.
phone
String
Mobile phone number. Should include “+52” as a prefix.
billingAddress
JSON
Billing address info.
BillingAddress Object Parameters
Parameter
Required
Type
Description
zipCode
String
zip code.
state
String
state.
city
String
city name.
street
String
street name.
number
String
street number.
OrderInfo Object Parameters
Parameter
Required
Type
Description
orderId
String
order identity number
shippingInfo
JSON
shipping info
ShippingInfo Object Parameters
Parameter
Required
Type
Description
name
String
shipping name
phone
String
Mobile phone number. Should include “+52” as a prefix.
email
String
email address
address
JSON
the same as billingAddress
Response Body Parameters
Parameter
Type
Description
transferStatus
String
Transfer status, SETTLED, IN_PROGRESS, FAILED
transferStatusCode
Integer
Transfer status code, 200 transaction SETTLED or IN_PROGRESS, other FAILED
transferErrorMsg
String
Transfer error message if failed
referenceId
String
Unique key to payment ticket, generated by Liquido.
idempotencyKey
String
Unique key to ensure idempotent requests. given by the merchant in their system
amount
Long
The transfer amount
country
String
country code
currency
String
The currency code 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.
paymentMethod
String
payment method, enum value as BANK_TRANSFER
payer
JSON
payer info
transferDetails
JSON
transaction details info
description
String
description of payment
callbackUrl
String
URL where Liquido will send notifications associated to changes to this payment. will receive a post request.
createTime
String
Payment ticket created time
scheduledTime
String
Payment ticket scheduled time
finalStatusTime
String
Transfer final status update time, final status include SETTLED, FAILED
subMerchantId
String
The sub merchant ID.
TransferDetails Object Parameters
Parameter
Type
Description
bankTransfer
JSON
The bank transfer details
BankTransfer Object Parameters
Parameter
Type
Description
expirationTime
String
The expiration time of the payment
referenceNumber
String
The reference number of the payment
bankAccountInfo
JSON
The information of bank account
BankAccountInfo Object Parameters
Parameter
Type
Description
bankName
String
Name of the bank
bankCode
String
The bankcode of the bank, three digits
beneficiaryName
String
The beneficiary name, such as MXN_LIQUIDO
bankAccountNumber
String
The beneficiary bank account
bankAccountType
String
The beneficiary bank account type, such as CLABE
Transfer Status
Parameter
Description
IN_PROGRESS
The transaction of this method has started, but no transactions have been processed yet.
SETTLED
The funds of the transaction of this payment have been transferred to the store.
REFUNDING
The transaction of this payment is refunding.
REFUNDED
The transaction of this payment method has been refunded.
CHARGED_BACK
The transaction of this payment has been reported as chargeback.
FAILED
There was an error while processing the transaction of this payment. This status is followed by a message with more details about the error.