PSE payments
Collect PSE payment details for an existing cobru and redirect the payer to the selected bank flow.
Endpoint
POST /{url}
Required dependency
Before calling the payment-details endpoint with PSE, fetch the bank catalog from:
GET /get_banks/1/
Use the selected bankCode in the bank field.
PSE is one of the most corroborated legacy checkout flows in Cobru's materials. The bank dependency, request shape, and redirect pattern line up across Spotlight, compiled API notes, and later checkout research.
Request
{
"name": "Juan Perez",
"payment": "pse",
"cc": "1140867070",
"email": "juan@cobru.co",
"document_type": "CC",
"phone": "300000000",
"bank": "1040",
"address": "Bogotá, Colombia"
}Next step
If the request succeeds, Cobru returns the PSE URL that your frontend should use to redirect the user.