Create Payment Gateway Link
POST/v1/payment_gateways/create_payment
Creates a payment gateway link for redirecting the customer to complete a payment. Once the payment is made successfully, Hello Clever will notify the status of the payment via the specified payment_gateway_notification
endpoint. The payment request has various statuses throughout its lifecycle.
Request
Responses
- 200
- 400
- 401
- 404
- 422
Payment link created successfully.
Bad Request.
Unauthorized.
Not Found.
Unprocessable Entity.