Balance
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2019-10/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2020-01/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2020-04/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2020-07/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2020-10/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2021-01/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2021-04/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/2021-07/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}
What you can do with Balance
The Shopify API lets you do the following with the Balance resource. More detailed versions of these general actions may be available:
Endpoints
Retrieves the account's current balance.
GET /admin/api/unstable/shopify_payments/balance.json
View Response
HTTP/1.1 200 OK
{
"balance": [
{
"currency": "USD",
"amount": "53.99"
}
]
}