Home
Adyen
Adyen Post Checkbalance Example
Adyen Post Checkbalance Example
Payments Financial Services Fintech
Adyen Post Checkbalance Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "post-checkBalance",
"method": "POST",
"path": "/checkBalance",
"summary": "Adyen Checks the Balance.",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-checkBalance200Example",
"example": {
"currentBalance": "example_value",
"pspReference": "REF-001",
"refusalReason": "REF-001",
"resultCode": "Success",
"thirdPartyRefusalReason": "REF-001"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "post-checkBalance400Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-checkBalance401Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-checkBalance403Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-checkBalance500Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}