Recurring Sale
POST/api/v1/payment/recurring
Use this call to create a new recurring payment transaction using the stored cardholder data.
THis call requires:
- Merchant authentication
- Signature validation.
On success, you get a response with:
status: "settled"reason: "reason for setling"
Request
Responses
- 200
- 400
- 401
- 500
Recurring payment processed successfully
Invalid request parameters
Unauthorized - invalid merchant key or hash
Internal server error