Metodos de pago
Recaudo
- Cobros [Solicitud]
- Cargos [Debito]
- Planes
- Suscripciones
- Links de captura
- Llamadas de cobro
Dispersiones
- Dispersiones
- Balance
Webhooks
- Webhooks
- Asobancaria
- Flows
Fintech as a service
- Billeteras
- Issuing
- Utilities
Cuentas
Crear Cuenta
Cuentas
Crear Cuenta
Endpoint para crear una cuenta bancaria.
POST
/
accounts
curl --request POST \
--url https://api.onepay.la/v1/accounts \
--header 'Authorization: Bearer sk_live_C6UfGhhir1gNC5Crs9LIItzU0IoaLRdUenpLsXg3M3vg5vGAAK18' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"subtype": "SAVINGS",
"authorization": true,
"re-enrollment": false,
"account_number": "6253141",
"external_id": "98371293719",
"customer_id": "8f40acb8-be95-49a8-b4cd-c45385fb0603",
"bank_id": "9957817c-f17e-472b-b531-e3d1490bf757"
}
'
{
"id":"84cc072e-90e8-33cf-9305-098095fed32f",
"title":"Ms.",
"subtype":"CHECKING",
"status":"PENDING",
"authorization":true,
"customer_id":"9e01d019-b438-40d2-89e1-52430c69dfb7",
"re_enroll":false,
"external_id":null,
"bank_id":"9e01d019-b731-48bc-b111-2baa3ea56ef6",
"bank":{
"id":"9e01d019-b731-48bc-b111-2baa3ea56ef6",
"name":"Maggio-Hills",
"logo":null,
"base64_logo":""
},
"customer":{
"id":"9e01d019-b438-40d2-89e1-52430c69dfb7",
"first_name":"Izaiah",
"last_name":"Rogahn",
"email":"",
"phone":"+17478695836",
"document_type":"CC",
"document_number":"156762",
"created_at":"2025-01-19T17:03:55.000000Z",
"is_test":true
}
}
Tipo de cuenta bancaria.
Indica si el usuario ha autorizado débitos automáticos para esta cuenta.
Indica si el usuario ha autorizado débitos automáticos para esta cuenta.
Número de cuenta bancaria.
Identificador único del cliente.
Identificador único del banco.
Identificador único del cliente.
{
"id":"84cc072e-90e8-33cf-9305-098095fed32f",
"title":"Ms.",
"subtype":"CHECKING",
"status":"PENDING",
"authorization":true,
"customer_id":"9e01d019-b438-40d2-89e1-52430c69dfb7",
"re_enroll":false,
"external_id":null,
"bank_id":"9e01d019-b731-48bc-b111-2baa3ea56ef6",
"bank":{
"id":"9e01d019-b731-48bc-b111-2baa3ea56ef6",
"name":"Maggio-Hills",
"logo":null,
"base64_logo":""
},
"customer":{
"id":"9e01d019-b438-40d2-89e1-52430c69dfb7",
"first_name":"Izaiah",
"last_name":"Rogahn",
"email":"",
"phone":"+17478695836",
"document_type":"CC",
"document_number":"156762",
"created_at":"2025-01-19T17:03:55.000000Z",
"is_test":true
}
}
curl --request POST \
--url https://api.onepay.la/v1/accounts \
--header 'Authorization: Bearer sk_live_C6UfGhhir1gNC5Crs9LIItzU0IoaLRdUenpLsXg3M3vg5vGAAK18' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"subtype": "SAVINGS",
"authorization": true,
"re-enrollment": false,
"account_number": "6253141",
"external_id": "98371293719",
"customer_id": "8f40acb8-be95-49a8-b4cd-c45385fb0603",
"bank_id": "9957817c-f17e-472b-b531-e3d1490bf757"
}
'
Was this page helpful?
curl --request POST \
--url https://api.onepay.la/v1/accounts \
--header 'Authorization: Bearer sk_live_C6UfGhhir1gNC5Crs9LIItzU0IoaLRdUenpLsXg3M3vg5vGAAK18' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"subtype": "SAVINGS",
"authorization": true,
"re-enrollment": false,
"account_number": "6253141",
"external_id": "98371293719",
"customer_id": "8f40acb8-be95-49a8-b4cd-c45385fb0603",
"bank_id": "9957817c-f17e-472b-b531-e3d1490bf757"
}
'
{
"id":"84cc072e-90e8-33cf-9305-098095fed32f",
"title":"Ms.",
"subtype":"CHECKING",
"status":"PENDING",
"authorization":true,
"customer_id":"9e01d019-b438-40d2-89e1-52430c69dfb7",
"re_enroll":false,
"external_id":null,
"bank_id":"9e01d019-b731-48bc-b111-2baa3ea56ef6",
"bank":{
"id":"9e01d019-b731-48bc-b111-2baa3ea56ef6",
"name":"Maggio-Hills",
"logo":null,
"base64_logo":""
},
"customer":{
"id":"9e01d019-b438-40d2-89e1-52430c69dfb7",
"first_name":"Izaiah",
"last_name":"Rogahn",
"email":"",
"phone":"+17478695836",
"document_type":"CC",
"document_number":"156762",
"created_at":"2025-01-19T17:03:55.000000Z",
"is_test":true
}
}