post https://api.sandbox.getanchor.co/api/v1/transfers
Endpoint to do transfer
Responses
Endpoint to do transfer
xxxxxxxxxx
25curl --request POST \
--url https://api.sandbox.getanchor.co/api/v1/transfers \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"attributes": {
"currency": "NGN"
},
"relationships": {
"destinationAccount": {
"data": {
"type": "SubAccount"
}
},
"account": {
"data": {
"type": "SubAccount"
}
}
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: