createStandingOrder
POST/payments/standing-orders
API creates standing orders. Standing order creation will trigger periodic payments for provided frequency from start date until the end date.
Request
Responses
- 201
- 400
- 500
- 503
Created - Standing order successfully created.
Bad Request - Validation error occurred. This code will cover malformed syntax in request or incorrect data in payload.
Internal Server Error - Internal server error occurred.
Service Unavailable - The server is currently unavailable. Generally, this is a temporary state.