Payment Initiation
Payment Instructions
How to format payment instructions
PaymentInstruction
The base interface for all payment instructions.
id
string
Unique identifier for the payment instruction.
direction
string
Indicates whether the payment is a credit or debit.
amount
number
The amount of the payment. In base units of currency. (e.g. 100 cents for 1 USD)
currency
Currency
The currency of the payment.
debtor
Party
The party from which the payment is debited.
creditor
Party
The party to which the payment is credited.
remittanceInformation
string
Additional information about the payment.
SWIFTCreditPaymentInstruction
Extends PaymentInstruction
for SWIFT credit payments.
type
string
Specifies that this is a SWIFT payment.
direction
string
Always ‘credit’ for SWIFT payments.
creditor
Party
The party to which the payment is credited (required for SWIFT payments).