post https://devapi.forpayservices.cl/white/label/mandate
Solicitud de creación de Compromisos de pago en Forpay, tanto Mandatos Dinámicos como Mandatos Permanentes.
Log in to see full request history
Responses
Callbacks
Solicitud de creación de Compromisos de pago en Forpay, tanto Mandatos Dinámicos como Mandatos Permanentes.
xxxxxxxxxx
21curl --request POST \
--url https://devapi.forpayservices.cl/white/label/mandate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'country: CL' \
--header 'processId: HYBRID' \
--data '
{
"mandate": {
"type": "DYNAMIC",
"charges": {
"cumulative": true,
"wayToPay": "AUTOMATICO",
"values": {
"currencyId": "UF"
}
},
"needPayNow": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: