Outbound Payments

Create external payment

post
Path parameters
customerIdstringRequired
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Body
sourceAccountIdstring · uuidRequired

Source account id from which payment is sent

Example: e0cab2dd-739f-43de-b131-3e423e935bf1
idempotencyKeystring · uuidRequired

Unique key to ensure idempotency of payment requests

Example: 1483d25d-3f00-4d39-90ce-2379a130becd
amountnumberRequired

Amount in minor units (e.g. for £1.29 enter 129)

Example: 129
externalReferencestring · uuidRequired

Reference identifier provided by partner.

Example: ae588135-0391-42a8-a4e4-e8e7645fa707
descriptionstring | nullableOptional

Description of the payment

Example: Sent from Algbra
railsstring · enum | nullableOptional

The payment rail to use (e.g. Faster Payments)

Default: FASTER_PAYMENTSExample: FASTER_PAYMENTSPossible values:
railsPolicystring · enum | nullableOptional

Policy for determining which rail to use

Default: DETECTPossible values:
purposestring · enum | nullableOptional

Purpose of the payment

Example: PAY_INVOICEPossible values:
Responses
200

Returns payment id to be used in the next step

application/json
post
/v1/partner/payments/customers/{customerId}/payments/external

SEPA Rails

For partners who need to make payments to other countries within the European Union, the API supports the Single Euro Payments Area (SEPA) payment scheme. SEPA covers the whole of the EU as well as Andorra, Iceland, Norway, Switzerland, Liechtenstein, Monaco, San Marino, United Kingdom, Vatican City State, Mayotte, Saint-Pierre-et Miquelon, Guernsey, Jersey and Isle of Man. This means that customers can make payments to other SEPA countries using the same standard process as they would for domestic payments, simplifying the payment process and reducing transaction costs.

Last updated

Was this helpful?