v1
latestOpenAPI 3.1.02026-07-2418201.6 MBIssue Collect Request
post/v3/payments/upi/collect
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
x_on_behalf_ofstring
This allows parent merchant to consume the API on behalf of sub-merchant.
x_device_osstring
The the device and browser type of the payer. Possible values - android_mobile, ios_mobile, desktop_web
authorizationstring
Customers can generate JWT using our Auth API with various grant types in the request body. JWT is valid for 15minutes.
Request body
Response
200
Example response
{
"decentro_txn_id": "B8C9C661C92443D09C1506F0A02DB6DE",
"api_status": "SUCCESS",
"message": "Collection request created successfully.",
"data": {
"transaction_status": "PENDING",
"bank_reference_number": "XXXXX"
},
"response_key": "success_payment_collect_request_created"
}