Balance
Balance is like your wallet since it will tell you how much money is available to you on Xendit. You can retrieve it to see the current balance on your Xendit cash account. Your balance is debited on any money out transaction, e.g. when performing disbursements or Xendit fees are charged. Your balance is credited when money comes into your account, e.g. invoices are paid or you deposit funds.
GET
https://us-central1-appgregator.cloudfunctions.net/xendit/balance?name=ft-4&connection_name=xendit-sanbox-1/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
xendit-sanbox-1
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
{
"balance": 1236570235
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/xendit/balance?name=ft-4&connection_name=xendit-sanbox-1' \
--header 'x-api-key: U2Fsd...'
Last updated