POST http:///api/v1/partner/payments/balance
The request body takes a complete PaymentCardBalanceCheckRequest resource, containing the following writable properties:
{
"linxCardNumber": "string",
"paymentCardNumber": "string",
"type": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
linxCardNumber | string | Optional | |
paymentCardNumber | string | Optional | |
type | string |
Possible values are:
|
Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
PaymentCardBalanceCheckResponse |