Defines the response returned by GetRefund.
Note: If there are errors processing the request, the refund field might not be present or it might be present in a FAILED state.
Get Payment Refund Response
Name | Type | Tags | Description |
---|---|---|---|
errors |
Array<Error Hash> |
Optional | Information about errors encountered during the request. |
refund |
Payment Refund Hash |
Optional | Represents a refund of a payment made using Square. Contains information about the original payment and the amount of money refunded. |
{
"refund": {
"amount_money": {
"amount": 555,
"currency": "USD"
},
"created_at": "2021-10-13T19:59:05.073Z",
"id": "bP9mAsEMYPUGjjGNaNO5ZDVyLhSZY_69MmgHubkLqx9wGhnmenRUHOaKitE6llfZuxcWYjGxd",
"location_id": "L88917AVBK2S5",
"order_id": "9ltv0bx5PuvGXUYHYHxYSKEqC3IZY",
"payment_id": "bP9mAsEMYPUGjjGNaNO5ZDVyLhSZY",
"processing_fee": [
{
"amount_money": {
"amount": -34,
"currency": "USD"
},
"effective_at": "2021-10-13T21:34:35.000Z",
"type": "INITIAL"
}
],
"reason": "Example Refund",
"status": "COMPLETED",
"updated_at": "2021-10-13T20:00:02.442Z",
"unlinked": false,
"destination_type": "destination_type2",
"destination_details": {
"card_details": {
"card": {
"id": "id6",
"card_brand": "OTHER_BRAND",
"last_4": "last_48",
"exp_month": 228,
"exp_year": 68
},
"entry_method": "entry_method8",
"auth_result_code": "auth_result_code0"
},
"cash_details": {
"seller_supplied_money": {
"amount": 36,
"currency": "AZN"
},
"change_back_money": {
"amount": 78,
"currency": "DJF"
}
},
"external_details": {
"type": "type6",
"source": "source0",
"source_id": "source_id8"
}
}
},
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
},
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "MAP_KEY_LENGTH_TOO_LONG",
"detail": "detail6",
"field": "field4"
}
]
}