v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Payee Payment Channels

Update Payees preferred Payment Channel order

Update the Payee's preferred order of payment channels by passing in just the payment channel ids. When payments are made to the payee then in the absence of any other rules (e.g. matching on currency) the first payment channel in this list will be chosen.

put/v4/payees/{payeeId}/paymentChannels/order

Path parameters

payeeIdstring uuid required
Example:2aa5d7e0-2ecb-403f-8494-1865ed0454e9

The UUID of the payee.

Request body

paymentChannelIdsstring[] required

Example request

{
  "paymentChannelIds": [
    "70faaff7-2c32-4b44-b27f-f0b6c484e6f3",
    "70faaff7-2c32-4b44-b27f-f0b6c484e6f3"
  ]
}

Response

Request accepted. No content.