Payments
Payment operations endpoints
📄️ Get the failure reason description
Retrieves the failure reason description in the requested locale <br/> Scope: []
📄️ Get the list of failure reason descriptions
Retrieve a list of failure reason descriptions, in the requested language <br/> Scope: []
📄️ Get all payments of a given space
Retrieves the details of all payments associated to a space <br/> Scope: []
📄️ Initiate a payment request
Initiate a SEPA payment request <br/> Scope: space_read, space_write, account_write
📄️ Initiate a transfer request
Initiate a SEPA payment request to a known connection account given by ID <br/> Scope: space_read, space_write, account_write
📄️ Get the payment details
Retrieves the details about a payment from Data Store <br/> Scope: space_read
📄️ Cancel the payment
Cancels the payment, if possible. Depending on the payment type, the operation can be async <br/> Scope: space_read, space_write