Create domestic UK payment
Last updated
Was this helpful?
Last updated
Was this helpful?
In this scenario, we will create a domestic UK payment from Tuum BC (Banking Circle) UK account to another UK account. In this case, the payment will be created with the ACC2LOCAL payment type.
Our party details give the information about the sender of the payment.
In this example, the payment is initialised from the Tuum bank account with 21824474
BBAN.
The payer's account country is the UK. Note: the payer's bank account financial institution id is the bank's sort code.
Counterparty details.
The payment receiver account country is the UK. Note: the payment receiver financial institution id is the bank's sort code.
Payment amount and currency.
Payment details.
The payment also includes non-transferrable data, such as contractSource. Note: the contractSource parameter is optional.
To initialise the payment, use the following endpoint:
https://payment-api.sandbox.tuumplatform.com/api/v3/payments/initialise
The sample request body is as follows:
Below you will find the response to the sample request:
The draft payment has been created with a paymentId: PAYM-21826
and the statusCode: INSERTED
.
After creating a draft payment, you have the following options:
Change the draft payment - modify the draft payment.
Cancel the draft payment - discard the draft payment if it is no longer required.
Confirm the draft payment - complete payment to initiate further payment processing.
Here, you can find one of the examples of how to create a draft payment using the initialise payment API endpoint.