MÓDULOS
Checkout
BNPL
5min
Sí sólo querés que aparezca este medio de pago cuando creas el checkout envia lo siguiente:
País | Medio de Pago | Referencia |
Argentina | GoCuotas | gocuotas |
Argentina | Wibond | wibond |
Informe de Pago via Webhook
JSON
|
Sí sólo querés que aparezca este medio de pago cuando creas el checkout envia lo siguiente:
País | Medio de Pago | Referencia |
Argentina | GoCuotas | gocuotas |
Argentina | Wibond | wibond |
Informe de Pago via Webhook
{ "type": "checkout", "data": { "result": true, "view": { "type": "other", "options": { } }, "payment": { "id": "xcnAQ5dDO", "description": "Venta de producto", "operation": { "type": "payment.v2" }, "status": { "code": "200", "text": "Aprobado", "message": "El QR vence en 15 minutos." }, "total": 1333, "currency": { "code": "ARS", "text": "Peso Argentino", "symbol": "$" }, "riskAnalysis": { "band": "N/A", "level": "N/A" }, "created": "2020-12-04T00:08:45.604Z", "updated": "2020-12-04T00:08:46.154Z", "reference": "29", "source": { "name": "GoCuotas", "type": "other", "reference": "gocuotas" } }, "entity": { "name": "Wayne Inc", "uid": "iambatman" }, "customer": { "uid": "12123123", "name": "Juan Perez Wayne", "phone": "12123123", "identification": "110303456", "email": "soybatman@wayneinc.com" }, "user": { "name": "Juan Perez Wayne", "email": "soybatman@wayneinc.com" }, "source": { "name": "GoCuotas", "type": "other", "reference": "gocuotas" }, "checkout": { "uid": "TK0L70HEE9M4T6EBPH" } } }