{ "quickCollectRequestId": "string", "type": "PAYMENT", "amount": 0, "paymentStatus": "SUCCESS", "message": "string", "paymentDate": "2019-08-24T14:15:22Z" }
curl --location --request POST 'merchant_url' \ --header 'Content-Type: application/json' \ --data-raw '{ "quickCollectRequestId": "string", "type": "PAYMENT", "amount": 0, "paymentStatus": "SUCCESS", "message": "string", "paymentDate": "2019-08-24T14:15:22Z" }'
{}