Instant Payout Balance
Access Endpoint URL: https://rest.everyware.com/api/payouts/balance [GET]
You can use the GetBalance method to return the balance available for a specific merchant (Sales Site in Everyware terminology) based on the auth token provided. The balance is fetched directly from the financial institution holding the merchant's instant payout funds.
Code Sample
{
"Data": [
{
"Balance": 100.00
}
],
"IsSuccessful": true,
"Message": null
}
{
"IsSuccessful": false,
"Message": "No payout settings found for the sales site specified"
}
Updated 9 months ago