Deprecated: This endpoint is deprecated. Please use Create Payment (v3) instead.
This will initiate the process of sending money to a Recipient. As preparation for this call you could make a GET request to the Recipients resource to check that the recipient has not been deleted.
Payment Processing:
The payment is processed in the background, meaning the API returns immediately with a success response containing a payment_id and initial status of “pending”. The actual payment processing continues after the response is returned. To check the current status of the payment, make a GET request to the Review Payments or View a Payment endpoints.
Authentication: Bearer token required
OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.
The Payee ID used to identify this Recipient.
Reference: Get Recipients
Purpose of the transaction. A list of possible values can be obtained with a GET request to the transaction-purpose resource.
Reference: Get Transaction Purposes
Description to appear on the Recipient’s bank statement and should not contain any special character. If recipient is UK based and is a collection account, use payment_reference of recipient. It should not contain any special character.
Container for confirmation of recipient details.
This object is required only when the initial API call fails due to a Confirmation of Payee (CoP) or Verification of Payee (VoP) check failure.
If the failure is related to CoP/VoP, the API response will include a details field containing only the recipients whose CoP/VoP checks failed. Each recipient in details field will have a request_identifier and event_id, which must be used in the subsequent retry request along with the appropriate customer_action.
Detailed instructions for handling these scenarios can be found in:
Unique client reference to identify this conversion in future. The format will be {customerId}-{sequenceNumber}
Recipient’s Currency Code.
Reference: ISO 4217