v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Card Management

Get Card Action Status

post/GetCardActionStatus

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required

Number Of The BusinessUnit

IdentifierCardstring

Card Identifier

Action'ChangePin = 0,' | 'Activate = 1,' | 'Block = 2,' | 'Unblock = 3,' | 'InactivateAndReissue = 4,' | 'Cancellation = 5,' | 'ChangeCVV = 6' | 'UpdateContactless = 7' enum

Type of Card Action

Example request

{
  "Method": "GetCardActionStatus",
  "PartnerId": 30324,
  "BusinessUnitId": 4548
}

Response

Successfully