Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.onepay.la/v1/accounts/{account_id}/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-idempotency: <x-idempotency>' \ --data ' { "otp": "<string>" } '
{ "id": "84cc072e-90e8-33cf-9305-098095fed32f", "status": "ACTIVE", "message": "Cuenta validada exitosamente" }
Valida una cuenta bancaria para habilitar débitos automáticos.
Was this page helpful?