Create withdrawal
Creates a withdrawal from the selected client's Axiym account to one of the client's address book entries.
Requirements
sourceAccountIdanddestinationIdmust belong to the client.- Both accounts must be
ACTIVEand use the same currency. - Partner-owned and third-party external accounts are not allowed.
The response includes the withdrawal, source account, and destination details and has status PENDING_CONFIRMATION. Creation does not begin execution; confirm the returned withdrawalId with POST /clients/{clientId}/withdrawals/{withdrawalId}/confirm.
Authorization
Default In: header
Path Parameters
Client identifier (UUID) assigned when an onboarding case is created. It identifies the onboarding case and, once active, the client's Client Trade API resources. The client must belong to your partnership; anyone else's id returns 404.
uuidHeader Parameters
Optional identifier for tracing a request end to end. A UUID is recommended. Axiym returns it in the X-Request-Id response header and records it in logs. If omitted, Axiym generates one. Include it when contacting support.
uuidA unique key that makes a funds-moving request safe to retry. Reusing the key returns the original result instead of creating a duplicate. A UUID is recommended.
length <= 255Request Body
application/json
A withdrawal from sourceAccountId to an address book entry. sourceAmount is debited from the source account in its currency. The destinationId must be ACTIVE and use the same currency. Creating the withdrawal returns PENDING_CONFIRMATION; call POST /clients/{clientId}/withdrawals/{withdrawalId}/confirm to begin execution.
Source account identifier (UUID).
uuidAmount to debit from the source account. Its currency must be the source account currency.
Identifier of the address book entry to pay. It must be ACTIVE and in the source Axiym account's currency.
uuidText shown to the recipient, typically the invoice number.
length <= 140Documents supporting the payment, such as an invoice. Required where the destination corridor requires evidence.
items <= 10Your reference for correlation, echoed back on related objects.
length <= 255Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json