curl --location --request GET 'https://api.lopay.com/api/1/partner/payment/' \
--header 'x-merchant-id;'{
"id": "662a8074-6959-4793-8ac9-a1f03d5f1181",
"type": "card",
"status": "success",
"taxes": [
{
"name": "VAT (20%)",
"inclusive": true,
"rate": "20.00",
"amount": {
"units": 500,
"currencyCode": "GBP"
}
}
],
"tip": {
"units": 0,
"currencyCode": "GBP"
},
"subtotal": {
"units": 3000,
"currencyCode": "GBP"
},
"total": {
"units": 3000,
"currencyCode": "GBP"
},
"createdAt": "2023-03-08T23:12:32.686Z",
"updatedAt": "2023-03-08T23:12:32.686Z"
}