curl --request POST \
--url https://api.onepay.la/v1/charges/pse \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-idempotency: <x-idempotency>' \
--data '
{
"customer_id": "<string>",
"amount": 123,
"bank_id": "<string>",
"external_id": "<string>",
"redirect_url": "<string>"
}
'