Verify Payment
Monicredit's Verify Payment API is designed to allow you to verify payments before delivering value to customers. Once a payment is successful, retrieve the transaction ID from the payload and use it
Parameters:
Parameter | Required | Description |
---|---|---|
transaction_id | yes | The transaction ID is received by your customer when they initiate a payment. |
private_key | yes | Your private key from Monicredit. Use test key for test mode and live key for live mode. |
Endpoint: GET - {{baseUrl}}/payment/transactions/verify-transaction
Example Payload:
Success Response
Failed Response
Invalid Response
Last updated