Account Funding

Get funding sources

get
Query parameters
typestring · enumRequired

Type of funding source to search

Example: PISPPossible values:
currencystring · enumRequired

Currency supported by the funding source

Example: GBPPossible values:
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

Responses
200

Returns the list of sources

application/json
get
/v1/partner/payments/funding/sources

Initiate funding

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
fundingSourceTypestring · enumRequired

Type of funding source.

Example: PISPPossible values:
fundingSourceProviderIdstring · uuidRequired

ID of the funding source provider.

Example: f49281c0-0840-55bd-95b3-3b46d1d0e9f1
destinationAccountIdstring · uuidRequired

ID of the destination account to fund.

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

Reference identifier provided by partner.

Example: ae588135-0391-42a8-a4e4-e8e7645fa707
amountnumberRequired

Amount of the funding in minor units (e.g., for £1.29 enter 129).

Example: 129
idempotencyKeystring · uuidRequired

Idempotency key to prevent duplicate funding operations.

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

Returns payment details and redirect url

application/json
post
/v1/partner/payments/funding/customers/{customerId}/initiate

Last updated

Was this helpful?