{"idempotencyKey":"1ec983fa-1a37-679b-809b-067861d87ab0","amount":1000,"currency":"CLP","country":"CL","paymentMethod":"SERVIFACIL","paymentFlow":"DIRECT","payer":{"name":"Juan Garcia","email":"account@example.com"},"servifacil":{"redirectUrl":"https://www.liquido.com"},"description":"this is a test pay","callbackUrl":"http://api.client.com/notifications"}
Content-Type: application/json
{"transferStatusCode":200,"idempotencyKey":"1ec983fa-1a37-679b-809b-067861d87ab0","referenceId":"1ec983fa-1a37-679b-809b-067861d87ab0","paymentFlow":"DIRECT","paymentMethod":"SERVIFACIL","amount":1000,"currency":"CLP","finalAmount":1000,"finalCurrency":"CLP","country":"CL","createTime":"2023-05-30 00:35:06 GMT-07:00","scheduledTime":"2023-05-30 00:35:09 GMT-07:00","finalStatusTime":"2023-05-30 00:35:09 GMT-07:00","payer":{"name":"Juan Garcia","email":"account@example.com"},"transferStatus":"IN_PROGRESS","description":"this is a test pay","callbackUrl":"http://api.client.com/notifications","transferDetails":{"servifacil":{"paymentUrl":"https://liquido.com/gmf-apm/payments/M-550d8577-71f7-448c-bcdf-2efbb362f390","redirectUrl":"https://www.liquido.com"}}}
{"eventType":"CHARGE_SUCCEEDED","data":{"chargeDetails":{"transferStatusCode":200,"transferErrorMsg":null,"idempotencyKey":"1ec983fa-1a37-679b-809b-067861d87ab0","referenceId":"1ec983fa-1a37-679b-809b-067861d87ab0","paymentMethod":"SERVIFACIL","amount":1000,"currency":"CLP","country":"CL","finalAmount":1000,"finalCurrency":"CLP","createTime":"2023-05-30 00:37:43 GMT-07:00","scheduledTime":"2023-05-30 00:37:43 GMT-07:00","finalStatusTime":"2023-05-30 00:59:59 GMT-07:00","payer":{"name":"Juan Garcia","email":"account@example.com"},"transferDetails":{"servifacil":{"paymentUrl":"https://liquido.com/gmf-apm/payments/M-9aeq81d9-b47f-4459-9b63-644977fe91ed","redirectUrl":"https://www.liquido.com"}},"transferStatus":"SETTLED","description":"this is a test pay","callbackUrl":"http://api.client.com/notifications"}}}
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 “+56” as a prefix.
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 SERVIFACIL
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