{
"type": "object",
"properties": {
"detail": {
"type": "string"
},
"errorCode": {
"type": "integer"
},
"errorMessage": {
"type": "string"
}
}
}
curl --location --request GET 'https://guestapi.roomability.io/Paystack/Verify?reference=3dpygnlvok' \
--header 'X-API-Key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"status": true,
"message": "Verification successful",
"data": {
"id": 5335274280,
"domain": "live",
"status": "abandoned",
"reference": "xyz",
"amount": 200000,
"channel": "card",
"currency": "NGN"
},
"errorCode": -314,
"errorMessage": "Transaction abandoned!"
}