Recipients
CRUD queries for your payment recipients
We are legally obliged to collect the actual recipient details. Please, do not send us an intermediate organisation details such as exchanges, banks, gateways, etc.
Please, send us the final funds recipient. If sending to self then please provide your own details. See the DOCS in Playground for other recipient details options.
recipient
andrecipients
queries - read your address book.createRecipient
- creates a new record in the Flash Payments database.updateRecipient
- updates an existing recipient.deleteRecipient
- deletes an existing recipient.
Query single recipient
Query multiple recipients
Create a recipient
In addresses thesuburb
field is an Australian suburb. For other countries you should put the city (e.g. Manila or London) or any other small administrative area name.
If you find it technically challenging to submit all components of the recipients’s address, we would appreciate it if you could at least collect the recipients’s country along with a complete address string that includes the postcode and put them into the country
and street
fields, respectively. In this case, you can skip the postcode
, suburb
, and state
fields, and the recipient record will still be created.
Update recipient
Please note the recipient'saccountIdType
can't be changed
Delete recipient
Last updated