idempotencyKey of refund transation, generate by merchant.
referenceId
String
idempotencyKey of payment which need to refund.
amount
Long
The refund amount, now just support full refund, as same as the payment amount. The minimum settlement granularity of the current currency, such as 100=1COP
country
String
country code
currency
String
The currency code of the transferred fund
description
String
description of refund transation
callbackUrl
String
URL where Liquido will send notifications associated to changes to this payment. will receive a post request.
Response Body Parameters
Parameter
Type
Description
idempotencyKey
String
idempotencyKey of refund record, generate by merchant.
referenceId
String
idempotencyKey of the payment which need to refund.
paymentMethod
String
payment method
amount
Long
The refund amount
country
String
country code
currency
String
The currency code of the refund
description
String
reason for refund
callbackUrl
String
URL where Liquido will send notifications associated to changes to this refund.
createTime
String
refund ticket created time
scheduledTime
String
refund ticket scheduled time
finalStatusTime
String
refund final status update time, final status include SETTLED, FAILED
transferStatus
String
refund status, SETTLED, IN_PROGRESS, FAILED
transferStatusCode
int
refund status code, 200 transaction SETTLED or IN_PROGRESS, other FAILED
transferErrorMsg
String
refund error message if failed
Object Parameters
Payer
Parameter
Required
Type
Description
name
String
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).