Metodos de pago
- Clientes
- Cuentas
- Tarjetas
Recaudo
- Cobros [Solicitud]
- Cargos [Debito]
- Planes
- Suscripciones
- Links de captura
- Llamadas de cobro
Dispersiones
- Dispersiones
- Balance
Webhooks
- Webhooks
- Asobancaria
- Flows
Fintech as a service
Cards
Detalles de tarjeta
Cards
Detalles de tarjeta
Obtenga el detalle de la tarjeta.
GET
issuing
/
cards
/
{card_id}
curl --request GET \
--url https://api.onepay.la/v1/issuing/cards/{card_id} \
--header 'Authorization: Bearer <token>'
{
"id": "9e4298cb-ad7b-40f0-929d-a68e20a561c9",
"status": "created",
"last_4": null,
"nickname": null,
"type": "physical",
"customer_id": "9e4298cb-a9a4-476d-8c7d-287c0f1e103b",
"wallet_id": "0195255e-3258-707e-bfaf-3f6807d12d60",
"customer": {
"id": "9e4298cb-a9a4-476d-8c7d-287c0f1e103b",
"first_name": "Rossie",
"last_name": "Rempel",
"email": "",
"phone": "+12259504339",
"document_type": "CC",
"document_number": "72827",
"created_at": "2025-02-20T21:58:05.000000Z",
"is_test": true
},
"address": {
"line_1": "125 Novella Turnpike",
"line_2": "40003 Lang Circle Suite 752",
"state": "Boylefurt",
"city": "Port Alessiaton",
"country": "Zambia"
},
"wallet": {
"id": "0195255e-3258-707e-bfaf-3f6807d12d60",
"balance": 0,
"label": "$0"
}
}
ID único de la tarjeta que deseas consultar
{
"id": "9e4298cb-ad7b-40f0-929d-a68e20a561c9",
"status": "created",
"last_4": null,
"nickname": null,
"type": "physical",
"customer_id": "9e4298cb-a9a4-476d-8c7d-287c0f1e103b",
"wallet_id": "0195255e-3258-707e-bfaf-3f6807d12d60",
"customer": {
"id": "9e4298cb-a9a4-476d-8c7d-287c0f1e103b",
"first_name": "Rossie",
"last_name": "Rempel",
"email": "",
"phone": "+12259504339",
"document_type": "CC",
"document_number": "72827",
"created_at": "2025-02-20T21:58:05.000000Z",
"is_test": true
},
"address": {
"line_1": "125 Novella Turnpike",
"line_2": "40003 Lang Circle Suite 752",
"state": "Boylefurt",
"city": "Port Alessiaton",
"country": "Zambia"
},
"wallet": {
"id": "0195255e-3258-707e-bfaf-3f6807d12d60",
"balance": 0,
"label": "$0"
}
}
Was this page helpful?
curl --request GET \
--url https://api.onepay.la/v1/issuing/cards/{card_id} \
--header 'Authorization: Bearer <token>'
{
"id": "9e4298cb-ad7b-40f0-929d-a68e20a561c9",
"status": "created",
"last_4": null,
"nickname": null,
"type": "physical",
"customer_id": "9e4298cb-a9a4-476d-8c7d-287c0f1e103b",
"wallet_id": "0195255e-3258-707e-bfaf-3f6807d12d60",
"customer": {
"id": "9e4298cb-a9a4-476d-8c7d-287c0f1e103b",
"first_name": "Rossie",
"last_name": "Rempel",
"email": "",
"phone": "+12259504339",
"document_type": "CC",
"document_number": "72827",
"created_at": "2025-02-20T21:58:05.000000Z",
"is_test": true
},
"address": {
"line_1": "125 Novella Turnpike",
"line_2": "40003 Lang Circle Suite 752",
"state": "Boylefurt",
"city": "Port Alessiaton",
"country": "Zambia"
},
"wallet": {
"id": "0195255e-3258-707e-bfaf-3f6807d12d60",
"balance": 0,
"label": "$0"
}
}