curl --request POST \
--url https://api.onepay.la/v1/customers/transfer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-idempotency: <x-idempotency>' \
--data '
{
"origin": "<string>",
"destination": "<string>",
"amount": "<string>",
"concept": "<string>"
}
'{
"id": "0194b9a9-45e4-73c5-8139-44d3813d8f29",
"type": "deposit",
"amount": 1000,
"label": "$1.000",
"concept": "Prueba",
"subtype": null,
"confirmed": true,
"node_type": null,
"created_at": "2025-01-31",
"node": null
}
Enviar dinero a otra billetera.
curl --request POST \
--url https://api.onepay.la/v1/customers/transfer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-idempotency: <x-idempotency>' \
--data '
{
"origin": "<string>",
"destination": "<string>",
"amount": "<string>",
"concept": "<string>"
}
'{
"id": "0194b9a9-45e4-73c5-8139-44d3813d8f29",
"type": "deposit",
"amount": 1000,
"label": "$1.000",
"concept": "Prueba",
"subtype": null,
"confirmed": true,
"node_type": null,
"created_at": "2025-01-31",
"node": null
}
{
"id": "0194b9a9-45e4-73c5-8139-44d3813d8f29",
"type": "deposit",
"amount": 1000,
"label": "$1.000",
"concept": "Prueba",
"subtype": null,
"confirmed": true,
"node_type": null,
"created_at": "2025-01-31",
"node": null
}
Was this page helpful?