Card Management

Get Card Batch By Id

post/GetCardBatchById

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required

Number Of The BusinessUnit

CardBatchIdstring required

Card Batch

PageSizeinteger required

Number of records to return per page

Indexinteger required

Index

Example request

{
  "Method": "GetCardBatchById",
  "PartnerId": 30324,
  "BusinessUnitId": 4548,
  "CardBatchId": "ESV4UROD",
  "PageSize": 10,
  "Index": 1
}

Response

Successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.