We won't validate the data in the request. However, we will validate its parameters, and if they're not correct, the request will fail with "invalid_parameters"
error.
Here you can find a list of fields in a Single Immediate Payment request, and the format required
Field | Mandatory | Format |
---|---|---|
access_token | Yes | Valid token |
amount | Yes | Integer |
currency | Yes | String |
remitter_provider_id | No | String. Must match the ID from the /provider endpoint |
remitter_name | No | String |
remitter_sort_code | No | String, no dashes |
remitter_account_number | No | String |
remitter_reference | Yes | String |
beneficiary_name | Yes | String |
beneficiary_sort_code | Yes | String, no dashes |
beneficiary_account_number | Yes | String |
beneficiary_reference | Yes | String |
redirect_uri | Yes | String, and must be included on the App Settings of your Console |
More
If you need more information...
- Follow our Documentation to initiate a payment; and
- Read our blog post to learn more about Payment Implementation.
Comments
0 comments
Please sign in to leave a comment.