Create payment

The creation of a standalone payment is useful in situations where the account and transaction data is not of interest. This endpoint can be used with either user_auth or client_auth, but only in the case of user_auth the login information can be securely saved on the finX platform and can be used for subsequent payment operations.

Body Params
string
enum

Type of a payment.

Allowed:
debtor
object
required

Information about the entity (e.g. person, company) the payment originates from.

creditor
object
required

Information about the entity (e.g. person, company) the payment is directed to.

amount
object
required

The money amount to be transferred with this payment.

string
required

The purpose of this payment.

string

SEPA category purpose code classifying the transfer as defined in ISO 20022 (e.g. SALA for salary payment or GDDS for purchase/sale of goods).

string

A reference code that can be used by the creditor for further identification of the transaction (e.g. a customer number or invoice number).

Responses

Language
Credentials
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json