Last Updated: 29 August 2024 | Change Log
Money Transfers Testing
Test your integration with our Money Transfers API using the magic values provided below. Send requests and see simulated responses.
Test card numbers
For use in our try environment only.
With these cards, you can specify an expiry date up to seven years in the future. These cards do not have an issue number, a registered address or a card verification code (CVC).
Card type | Test card number |
---|---|
Visa | 4444333322221111, 4911830000000 and 4917610000000000 |
Visa Debit | 4462030000000000 and 4917610000000000003 |
Visa Electron (UK only) | 4917300800000000 |
PushToCard/PullFromCard test values
To test your PushToCard/PullFromCard integration use these magic card values and cardholder names. For example, use REFUSED62 as the cardHolderName
to simulate a customer trying to use a restricted card.
PushToCard/PullFromCard card magic values
|Card Number|billingCurrencyCode|issuerCountryCode|fastFunds| |--- |--- |--- |--- |--- |--- | |4444333322221111|GBP|GB|True| |4917300800000000|GBP|GB|False| |4911830000000|EUR|NL|True| |4462030000000000|EUR|NL|False| |4917610000000000|AUD|AU|True| |4484070000000000|AUD|AU|False| |Any other|GBP|GB|False|
PushToCard/PullFromCard cardHolderName magic values
cardHolderName | Payment status |
---|---|
APPROVED | approved |
REFUSED | refused |
REFUSED14 | refused |
REFUSED54 | refused |
REFUSED57 | refused |
REFUSED61 | refused |
REFUSED62 | refused |
PENDINGAPPROVED | pending, then approved |
PENDINGREFUSED | pending, then refused |
ERROR | error |
Any other | error |