Fetch fee
Retrieve the fee that will be charged for the disbursement service. This fee is charged per single disbursement in the batch.
Last updated
Retrieve the fee that will be charged for the disbursement service. This fee is charged per single disbursement in the batch.
Last updated
GET /v1/transfers/fee HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"status": "success",
"message": "text",
"data": {
"fee": 1,
"amount": 1,
"currency": "text",
"country": "text"
},
"meta": {},
"errors": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"is_error": true
}