curl --location 'https://api-vltzpay.beespokedev.com/api/v1.0/payments/status/'{
"success": true,
"response": {
"payment": {
"id": 0,
"internalReference": "string",
"providerReference": "string",
"amount": "string",
"currency": "string",
"status": "PENDING",
"transactionType": "PAYMENT",
"paymentMethod": "CARD",
"items": [
{
"property1": "string",
"property2": "string"
}
],
"failureReason": "string"
}
}
}