API ReferenceGateway Callbacks
Handle
curl -X POST "https://example.com/api/v1/callback/sslcommerz?property1=string&property2=string"{
"data": {
"reference": "string",
"outcome": "SETTLED",
"signatureValid": true,
"message": "string"
},
"meta": {
"success": true,
"message": "string",
"errorCode": "RESOURCE_NOT_FOUND",
"timestamp": "2019-08-24T14:15:22Z"
},
"pagination": {
"page": 0,
"size": 0,
"totalElements": 0,
"totalPages": 0
}
}