INR APM using host-to-host
Payment Flow
Create an invoice
Get payment details
Authorizations
x-api-keystringRequired
Path parameters
invoiceIdstringRequired
- Unique identifier of the invoice.
Responses
200
A successful response containing recipient details.
application/json
The AppSuccessResponse object contains general information about the success execution.
successbooleanRequiredDefault:
true400
Bad request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
get
/gateway9/deposit/{invoiceId}/recipient-detailsConfirm the payment
Authorizations
x-api-keystringRequired
Body
- Request body containing payment confirmation details.
invoiceIdstringRequired
utrstringRequired
receipt_filestringOptional
receipt_file_extensionstringOptional
receipt_file_namestringOptional
Responses
200
A successful response with confirmation message.
application/json
The AppSuccessResponse object contains general information about the success execution.
successbooleanRequiredDefault:
truedatastringRequired
400
Bad request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
post
/gateway9/deposit/confirmConfirming a transaction
Testing Demo environment
Last updated