v1
latestOpenAPI 3.1.02026-07-2418201.6 MBPenny Pull - Intent API
This API allows the platform to create an Intent link using Decentro's Penny pull stack.
post/v2/payments/penny_pull
Headers
client_idstring required
client_secretstring required
module_secretstring required
provider_secretstring required
Content-Typestring
Request body
Response
200
Example response
{
"decentroTxnId": "A8E2XXXXXXXXXXXXXXXXXXXXXXXXXXX",
"status": "SUCCESS",
"responseCode": "S00000",
"message": "Penny pull link created successfully.",
"data": {
"validationShortLink": "https://decf.in/penny_pull_intent/ahpdl615er",
"validationStatus": "PENDING",
"validationDescription": "Validation status is pending"
},
"responseKey": "success_payment_link_created"
}