Download OpenAPI specification:Download
ActivateCard method is used to activate the card for a new or inactive card.
ActivateCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 18099,
- "EncryptedPAN": "",
- "EncryptedCVV": "",
- "DOB": "2021-12-21T14:57:24.4939251+05:30",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
AddVirtualCard method is used to Add a new virtual card and link it to the consumer account. Virtual card should always be linked with any consumer account and is valid for limited short period of time.
CardRequestInfo
OK
Bad Request
Internal Server Error
{- "ConsumerID": 42603,
- "AgreementCode": "M3RZQYKE",
- "CardDesignCode": "VIRTNW",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 18102,
- "EncryptedVirtualCardNumber": "6dDCuZjIOc5lrLyIyQ9YevCBzdS9qVPIWWH08TR5/elppKbv9y1wlKKHkC6pJSFu",
- "CardExpiryDate": "2023-12-21T14:57:24.5500346+05:30",
- "AccountIdentifier": 949838,
- "AccountNumber": "00000570",
- "SortCode": "608370",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
CancelCard method is used to cancel the card to stop performing card related activities.
CancelCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "ConsumerID": 42603,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
This method will update card design if card request is pending (Not requested).
ChangePendingCardsDesignReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "CardDesignCode": "CECPLUS",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
DisableMCC method is used to disable MCC on card by CardID and MCC provided in API request.
EnableDisableMCCReq
OK
Bad Request
Internal Server Error
{- "CardID": 19445,
- "MCC": "3001",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
EnableMCC method is used to enable MCC on card by CardID and MCC provided in API request.
EnableDisableMCCReq
OK
Bad Request
Internal Server Error
{- "CardID": 19445,
- "MCC": "3001",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
GetAllowedMCC method is used to fetch list of allowed MCC by CardDesignCode provided in API request.
GetAllowedMCCReq
OK
Bad Request
Internal Server Error
{- "CardDesignCode": "CM01",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "GetAllowedMCCResList": [
- {
- "MCC": "3000",
- "MerchantName": "UNITED"
}
], - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
GetBlockedMCC method is used to fetch list of blocked MCC on card by CardID provided in API request.
GetAllowedMCCReq
OK
Bad Request
Internal Server Error
{- "CardID": 19445,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "GetBlockedMCCResList": [
- {
- "MCC": "3000",
- "MerchantName": "UNITED"
}
], - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
Retrieves card details for the specified CardId
.
GetSpecificCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 14023,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardRes": {
- "CardID": 18080,
- "ConsumerID": 42603,
- "CardStatus": 1,
- "CardDisplayName": "",
- "ExpiryDate": "1221",
- "CardIssueDate": "2021-12-21T14:57:25.1373314+05:30",
- "ActivationDate": "2021-12-21T14:57:25.1373314+05:30",
- "ObscuredCardNumber": "4745-****-****-4033",
- "IsMainCard": true,
- "IsVirtualCard": true,
- "IsDamaged": false,
- "CardDesignCode": "BVCPD",
- "ApplePayAllowed": true,
- "ApplePushAllowed": false,
- "GooglePushAllowed": false,
- "SamsungPushAllowed": false,
- "AccountIdentifier": 258370,
- "AccountNumber": "02583700",
- "SortCode": "623053",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX"
}, - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
GetSpecificNameOnlyCard method is used to get card details like Name, Status, Issue Date, Expiry Date, Activation Date etc. for a specific card provided in API request.
GetSpecificNameOnlyCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 14023,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "NameOnlyCardRes": {
- "EncryptedCardNumber": "S9VC13CmN0jXwsdfsdfsdfsdfIO8ZtbpkyI+C6Hi93yZd8D7bp+8CB8=",
- "EncryptedCVV": "DMduasdYZGasdsadsadDClPuV5CfdfdsfsAly90Wg==",
- "CardID": 18080,
- "ConsumerID": 42603,
- "CardStatus": 1,
- "CardDisplayName": "",
- "ExpiryDate": "1221",
- "CardIssueDate": "2021-12-21T14:57:25.1373314+05:30",
- "ActivationDate": "2021-12-21T14:57:25.1373314+05:30",
- "ObscuredCardNumber": "4745-****-****-4033",
- "IsMainCard": true,
- "IsVirtualCard": true,
- "IsDamaged": false,
- "CardDesignCode": "BVCPD",
- "ApplePayAllowed": true,
- "ApplePushAllowed": false,
- "GooglePushAllowed": false,
- "SamsungPushAllowed": false,
- "AccountIdentifier": 258370,
- "AccountNumber": "02583700",
- "SortCode": "623053",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX"
}, - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
GetSpecificVirtualCard method is used to get card details like Name, Status, Issue Date, Expiry Date, Activation Date etc. for a specific virtual card provided in API request.
GetSpecificVirtualCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "AccountIdentifier": 949838,
- "AccountNumber": "00000570",
- "SortCode": "608370",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 18112,
- "ConsumerID": 42603,
- "EncryptedVirtualCardNumber": "6dDCuZjIOc5lrLyIyQ9YemQTd6EDsb06xT/kQhOUx+LRgGU5OEpA/N2y4CoZYzZz",
- "ExpiryDate": "0521",
- "CardStatus": 1,
- "CardIssuedDate": "2021-12-14T14:57:25.2373823+05:30",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
GetVirtualCardCVV method is used to return Card Verification Value (CVV) for the virtual card provided in API request.
GetVirtualCardCVVReq
OK
Bad Request
Internal Server Error
{- "CardID": 14023,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "EncryptedCVV": "nUuwbu7U7CQ=",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
IssuePhysicalCardForDigitalCard method is used to issue the card for the digital card.
IssuePhysicalCardForDigitalCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 18099,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 18099,
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
LinkPreissuedCard method is used to link up the card with the consumer. Pre issued cards are non-personalized cards and assigned to respective primary or secondary consumer provided in API request.
CardRequestInfo
OK
Bad Request
Internal Server Error
{- "ConsumerID": 42631,
- "EncryptedPAN": "c6T1M9hIAKr1K0qGCo7Ft5L4VupBuTbtYdhZ8zXHwAmzF2vREyDyMW/SzhHts0pA",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 18099,
- "CardActivationCode": "033",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
LinkPreissuedCard method is used to link up the card with the consumer. Pre issued cards are non-personalized cards and assigned to respective primary or secondary consumer provided in API request.
CardRequestInfo
OK
Bad Request
Internal Server Error
{- "ConsumerID": 42631,
- "EncryptedPAN": "c6T1M9hIAKr1K0qGCo7Ft5L4VupBuTbtYdhZ8zXHwAmzF2vREyDyMW/SzhHts0pA",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 18099,
- "CardActivationCode": "033",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
ListCardFeatures method is used to Get Card Feature List
ListCardFeaturesReq
OK
Bad Request
Internal Server Error
{- "CardID": 14023,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "FeatureDetails": [
- {
- "FeatureCode": "01",
- "IsBlocked": true
}
], - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
ListCards method is used to fetch list of primary and secondary cards linked to an account provided in API request.
ListCardsReq
OK
Bad Request
Internal Server Error
{- "AccountIdentifier": 949838,
- "AccountNumber": "00000570",
- "SortCode": "608370",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardResList": [
- {
- "CardID": 18080,
- "ConsumerID": 42603,
- "CardStatus": 1,
- "CardDisplayName": "",
- "ExpiryDate": "1221",
- "CardIssueDate": "2021-12-21T14:57:25.1373314+05:30",
- "ActivationDate": "2021-12-21T14:57:25.1373314+05:30",
- "ObscuredCardNumber": "4745-****-****-4033",
- "IsMainCard": true,
- "IsVirtualCard": true,
- "IsDamaged": false,
- "CardDesignCode": "BVCPD",
- "ApplePayAllowed": true,
- "ApplePushAllowed": false,
- "GooglePushAllowed": false,
- "SamsungPushAllowed": false,
- "AccountIdentifier": 258370,
- "AccountNumber": "02583700",
- "SortCode": "623053",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX"
}
], - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
ListPendingCardAuthorizations method is used to get list of pending transactions for a specified card. It retrieves the transactions which are pending for clearing and get details of the transactions like date, amount, currency,terminal etc.
ListPendingCardAuthorizationsReq
OK
Bad Request
Internal Server Error
{- "CardID": 14023,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "AuthorizationResList": [
- {
- "CardID": 14023,
- "AuthorizationID": 922337,
- "CardTransactionID": 18135053041396,
- "SystemDate": "2021-11-12T13:27:33.4288892+05:30",
- "AuthorizationDate": "2021-11-12T13:27:33.4298892+05:30",
- "AuthorizedAmount": 4050,
- "AuthorizedAmountISOCurrencyCode": "826",
- "LocalAmount": 4050,
- "LocalAmountISOCurrencyCode": "840",
- "CashBackAmount": 0,
- "FeeAmount": 0,
- "IsCredit": false,
- "ProcessingCodeID": "1",
- "CardAcceptorID": "IP",
- "TerminalCode": "TERMID01",
- "TerminalLocation": "ACQUIRER NAME",
- "TerminalStreet": "",
- "TerminalCity": "CITY NAME",
- "TerminalCountry": "US",
- "MCC": "6011",
- "TokenReferenceNumber": 636420250468403000,
- "IsPinPresent": true,
- "IsCardPresent": true,
- "RRN": "813514001395",
- "ApprovalCode": "001395",
- "TransactionIndicator": "0",
- "Description": "",
- "AccountIdentifier": 258370,
- "AccountNumber": "02583700",
- "SortCode": "623053",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX"
}
], - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
ListTransactions method is used to get list of transactions between the specified start and end date, for an account detail provided for API request. This method retrieves transaction details like date, amount, type of transaction, sender account details etc.
The object req information.
OK
Bad Request
Internal Server Error
{- "CardID": 1,
- "AccountIdentifier": 88551,
- "FromDate": "2021-12-20T09:27:24.6502984Z",
- "ToDate": "2021-12-21T09:27:24.6502984Z",
- "Reference": "",
- "RowIndex": 1,
- "Pagesize": 5,
- "TransactionAmount": 0,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "TotalRows": 259,
- "TransactionResList": [
- {
- "CardID": 11634,
- "ObscuredCardNumber": "4745-****-****-0487",
- "MCC": "",
- "ApprovalCode": "000225",
- "CardAcceptorID": "VPP0000000000IP",
- "TerminalCode": "TERMID01",
- "TerminalLocation": "TermLoca",
- "TerminalStreet": "",
- "TerminalCity": "",
- "TerminalCountry": "",
- "STAN": 225,
- "RRN": "336112000225",
- "CardTransactionID": 0,
- "AuthorisationID": 0,
- "AuthorisationReceivedDate": "2021-12-21T00:00:00+05:30",
- "TransactionID": 2325164,
- "LocalTransactionDate": "2021-11-12T00:00:00+05:30",
- "UTCTransactionDate": "2021-11-12T00:00:00Z",
- "Description": "Account Withdraw",
- "TransactionType": 1,
- "ReferenceNumber": "Withdraw 123",
- "ClientReferenceNumber": "",
- "IsDebit": true,
- "TransactionAmount": 100,
- "RunningAccountBalance": 88150,
- "SenderSortCode": "",
- "SenderAccountNumber": "",
- "SenderIBAN": "",
- "SenderBIC": "",
- "SenderName": "",
- "SenderAddress": "",
- "ChargeRefTransactionID": 12484,
- "TransactionSubType": 1,
- "AccountIdentifier": 258370,
- "AccountNumber": "02583700",
- "SortCode": "623053",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX"
}
], - "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
NewVirtualCardAtPhysicalCardLevel method is used to Add a virtual card to an existing consumer account. The Virtual Card Object will sit on the same Consumer as a Physical Card. The Virtual and physical cards will share the same limits set at agreement. The duration of the Virtual card will have pre-defined expiration as per your card program setup.
NewVirtualCardAtPhysicalCardLevelReq
OK
Bad Request
Internal Server Error
{- "ConsumerID": 0,
- "AccountIdentifier": 1234567,
- "CardDesignCode": "DEGABC12",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 19507,
- "EncryptedVirtualCardNumber": "MI7o02e2PajWJ/y+kWr0WyHWpwC97ns8TO3HH5yEeUfG6zI0ZjnNHEGo6RCdvhMK",
- "CardExpiryDate": "2021-12-21T14:57:25.4736893+05:30",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
RequestNewCard method is used to request a new card that is to be issued to the consumer provided in API request.
RequestNewCardReq
OK
Bad Request
Internal Server Error
{- "ConsumerID": 42603,
- "CardDesignCode": "AIRBENG",
- "AccountIdentifier": 1234,
- "EncryptedPIN": "BjImrEf/1Opj+AtX0B86kw==",
- "IssuePhysicalCard": true,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 14023,
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
This method will reset card activation attempts.
ResetCardActivationAttemptReq
OK
Bad Request
Internal Server Error
{- "CardID": 19445,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
SetCardAsBlock method is used to set the card status as block of a card Id and consumer Id provided in API request.
SetCardAsBlockReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "ConsumerID": 42603,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
SetCardAsDamaged method is used to update the card status as damaged and requests to issue replaced card.
SetCardAsDamagedReq
OK
Bad Request
Internal Server Error
{- "CardDesignCode": "",
- "ShipmentMethodCode": "BULK044",
- "CardID": 18080,
- "ConsumerID": 42603,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 14023,
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
SetCardAsLost method is used to set the card status as lost.
SetCardAsLostReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "ConsumerID": 42603,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
SetCardAsLostWithReplacement method is used to set the card status as lost and requests for replacement of the card.
SetCardAsLostWithReplacementReq
OK
Bad Request
Internal Server Error
{- "CardDesignCode": "",
- "ShipmentMethodCode": "BULK044",
- "CardID": 18080,
- "ConsumerID": 42603,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "CardID": 14023,
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
SetCardAsNormal method is used to set the card status as normal to get the card back in use again after being blocked.
SetCardAsNormalReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "ConsumerID": 42603,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
This api is used to update auto renew feature of card.
AutoRenewCardReq
OK
Bad Request
Internal Server Error
{- "CardID": 18099,
- "AutoRenew": true,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
UpdateCardFeature method is used to enable or disable the card features.
UpdateCardFeatureReq
OK
Bad Request
Internal Server Error
{- "FeatureDetails": [
- {
- "FeatureCode": "01",
- "IsBlocked": true
}
], - "CardID": 18080,
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
ValidateLast4Digit method validates the last 4 digits of a card number against the account number.
ValidateLast4DigitReq
OK
Bad Request
Internal Server Error
{- "L4D": "4033",
- "AccountIdentifier": 949838,
- "AccountNumber": "00000570",
- "SortCode": "608370",
- "IBAN": "GB35CNFV60837000000570",
- "BIC": "CNFVGB21XXX",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}
ViewPin method returns encrypted PIN of the card.
ViewPinReq
OK
Bad Request
Internal Server Error
{- "CardID": 18080,
- "EncryptedPAN": "",
- "EncryptedCVV": "489",
- "DOB": "0001-01-01T00:00:00",
- "ClientRequestReference": "[ReferenceExample]",
- "CultureID": 1
}
{- "EncryptedPin": "JuEdQC30rJBWAC8Iz4LWfQ==",
- "Description": "Success",
- "ResponseCode": "000",
- "ResponseDateTime": "2021-12-21T13:58:02.899",
- "ClientRequestReference": "reference",
- "RequestID": 27194
}