{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b",
"status": "pending",
"link": "http://example.com",
"amount": {
"units": 0,
"currencyCode": "GBP"
},
"description": "string",
"reference": "string",
"dataCollection": [
"name"
],
"taxes": [
{
"name": "string",
"inclusive": true,
"amount": {
"units": 0,
"currencyCode": "GBP"
}
}
],
"payments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "card",
"cardDetails": {
"country": "string",
"lastFour": "string",
"type": "string"
},
"tip": {
"units": 0,
"currencyCode": "GBP"
},
"taxes": [
{
"name": "string",
"inclusive": true,
"rate": "string",
"amount": {
"units": 0,
"currencyCode": "GBP"
}
}
],
"subtotal": {
"units": 0,
"currencyCode": "GBP"
},
"total": {
"units": 0,
"currencyCode": "GBP"
},
"status": "success",
"createdAt": "string",
"updatedAt": "string"
}
],
"returnUrl": "http://example.com",
"createdAt": "string",
"updatedAt": "string"
}