Request

POST http:///api/v1/partner/payments/balance

Request body

The request body takes a complete PaymentCardBalanceCheckRequest resource, containing the following writable properties:

{
    "linxCardNumber": "string",
    "paymentCardNumber": "string",
    "type": "string"
}

Properties

Name Type Description Additional
linxCardNumber string Optional
paymentCardNumber string Optional
type string

Possible values are:

  • Linx
  • Clover
  • Mtrac
Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

successful operation

PaymentCardBalanceCheckResponse

Explore this API

body
Request Content-Type
Response Content-Type
Try it out!