v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Payment requests

Create a payment request

For eligible partners only. Otherwise, use payment link to create a payment.

post/v3/payment/payment-requests

Request body

callback_urlstring url required

The user will be redirected to this URL after the payment

provider_idnumber required

The unique identifier of the user's provider

sender_ibanstring

The IBAN which will be debited for providers that support it, otherwise this setting will be ignored

Response

Payment request creation response

idstring

The created payment request's unique identifier

urlstring

The url to go to initiate the payment

Example response

{
  "id": "e959dccd632c49d7922a766e946ad9e9",
  "url": "https://pay.bridgeapi.io/payment/e959dccd632c49d7922a766e946ad9e9/initiate"
}