Create a payment
POST/api/payout_transaction_details
This endpoint is intended to create a new payment.
Prerequisites:
To use this endpoint you need to have the PAYMENT_CREATE scope for the API Key. Please contact your relation manager to get this permission.
Request Parameters:
Beneficiary Object is represented as Contact Object.
- beneficiary.type : specifies the type of beneficiary and can be either "legal_entity" or "person"
- beneficiary.country : indicates the two-letter ISO country code of the beneficiary's country (e.g., "CH" for Switzerland)
- either bankAccount.iban or bankAccount.accountNumber is mandatory
Payment signoff
- Default: payments created with API are not signed off, they must be signed off in amnis Web App before being processed
- PEER: payments created with API to an IBAN of current amnis customers are automatically signed and immediately processed as PEER payment. Learn more here about amnis PEER.
Request
Responses
- 201
- 400
- 401
- 403
- 422
Created - The request was processed successfully.
Bad Request -- Your request is invalid.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Unprocessable Content -- We could not process your request due to invalid data provided.