v1

latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MB
Delayed Routing API

Create a delayed route

Create a route for a specific payment. The routed amount is credited to the account of your customer.

🔑 Access with

API key

Advanced access token with payments.write

OAuth access with payments.write

post/payments/{paymentId}/routes

Request body

descriptionstring

Description shown in reports.

Example request

{
  "amount": {
    "currency": "EUR",
    "value": "10.00"
  },
  "destination": {
    "type": "organization",
    "organizationId": "org_1234567"
  },
  "description": "Payment for Order #12345"
}

Response

The route object.