This page provides an overview of the payments methods provided by the TransferWise adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating TransferWise within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods​
| Payment Method | Transaction Flows | Transaction Types |
|---|
| BankTransfer | Server-To-Server | Payout |
Additional Parameters​
| Parameter | Required |
|---|
| customer.firstName | true |
| customer.lastName | true |
Additional Parameters depending on source and target currency​
Depending on the source and target currency, different parameters may be necessary
or different parameter values may be available. If your wanted currency is not listed, kindly contact support.
| Target currency inside Europe | Required | Description |
|---|
| customer.extraData.recipientType | true | value must be iban |
| customer.paymentData.ibanData.iban | true | |
| customer.extraData.legalType | true | value must be PRIVATE or BUSINESS |
| Target currency GBP | Required | Description |
|---|
| customer.extraData.recipientType | true | value must be sort_code |
| customer.extraData.sortCode | true | UK Sort code |
| customer.extraData.accountNumber | true | 8 digits |
| customer.extraData.legalType | true | value must be PRIVATE or BUSINESS |