Confirms a new recipient's details.
Body
Created
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "verificationMethod": "phone",
- "sessionId": "string",
- "token": "string"
}
{- "accountIdentifier": "55555555",
- "bankIdentifier": "395744",
- "name": "William Walker",
- "displayName": "Electrician",
- "type": "business",
- "defaultReference": "William Walker",
- "currencyCode": "USD",
- "intermediaryBankIdentifier": "QBLCCCCV",
- "paymentPurposeCode": "BKFE",
- "defaultPurpose": "Purpose of the payment",
- "subscribedEmails": [
- {
- "name": "William Walker",
- "email": "test@example.com"
}
], - "address": {
- "countryCode": "GB",
- "address": "123 Fake Street",
- "city": "London",
- "postcode": "SW1A 1AA"
}, - "bankAddress": {
- "bankName": "Barclays Bank",
- "fullBankName": "Barclays Bank Plc",
- "address": "1 Churchill Place, London, E14 5HP",
- "city": "London",
- "postcode": "E14 5HP",
- "countryCode": "GB"
}, - "id": "string",
- "status": "AUTHORISED",
- "validation": {
- "nameMatch": true,
- "reason": "string",
- "reasonCode": "N000",
- "actualName": "William Walker"
}, - "dateLastPaid": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "archivedAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedBy": "string",
- "verificationMethod": "phone"
}