#vrk18

1 messages · Page 1 of 1 (latest)

dense havenBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

tepid trail
clear aurora
#

Before reversal - {
"object": "balance",
"available": [
{
"amount": 55000,
"currency": "aud",
"source_types": {
"card": 55000
}
}
],
"connect_reserved": null,
"instant_available": null,
"issuing": null,
"livemode": false,
"pending": [
{
"amount": 3683013,
"currency": "aud",
"source_types": {
"card": 3683013
}
}
]
}
After reversal - {
"object": "balance",
"available": [
{
"amount": 55000,
"currency": "aud",
"source_types": {
"card": 55000
}
}
],
"connect_reserved": null,
"instant_available": null,
"issuing": null,
"livemode": false,
"pending": [
{
"amount": 3628013,
"currency": "aud",
"source_types": {
"card": 3628013
}
}
]
}
Why is the differenece in the pending amount ?