Creates a new recipient for a given account. A recipient represents an account you want to make a payout to. You'll need to create a recipient before you can create an order.
Body
Created
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Unable to process the request
Too Many Requests
Internal Server Error
{- "recipientAddress": {
- "country": "GB",
- "address": "123 Fake Street",
- "city": "London",
- "postcode": "SW1A 1AA"
}, - "defaultPurpose": "Purpose of the payment",
- "name": "William Walker",
- "currency": "USD",
- "verificationMethod": "phone",
- "friendlyName": "Electrician",
- "intermediaryBankIdentifier": "QBLCCCCV",
- "paymentPurposeCode": "BKFE",
- "email": "user@example.com",
- "isoCountry": "string",
- "recipientType": "business",
- "accountNumber": "55555555",
- "bankCode": "123456"
}
{- "recipientId": "8lciyups6",
- "timestamp": 1672915765801,
- "message": [
- "Purpose code invalid."
]
}