v1
latestOpenAPI 3.1.02026-07-2418201.6 MBReverse Penny Drop/Penny Pull - Intent API
This API allows the platform to create an Intent link using Decentro's Penny pull stack.
post/v3/payments/rpd/intent
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
Request body
Response
200
Example response
{
"decentro_txn_id": "78C85EDB672A4187B99431CA85EFC604",
"api_status": "SUCCESS",
"response_code": "S00000",
"message": "Validation Link created Successfully.",
"data": {
"validation_link": "<validation_short_link>"
},
"response_key": "success_validation_link_created"
}