v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card V2

Virtual Card To Physical Card Conversion

The webservice allows for the conversion of a virtual card to a physical card and creates the file for the card manufacturer which is placed in the SFTP directory as specified for the specific product.

post/pws/v2/pws_virtual_to_physical/

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

image_namestring required

image template name for the card to be generated

tokeninteger required

private token

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

fulfil1string

Future field 1RFU

fulfil2string

Future field 2RFU

del_titlestring

delivery Title.

del_fnamestring

delivery First Name.

emboss_namestring

Emboss name.

del_snamestring

delivery Last Name.

del_addr1string

delivery Address 1.

del_addr2string

delivery Adderess2.

del_pcodestring

delivery Postal Code.

del_citystring

delivery City.

del_countrystring

delivery Country.

del_emailstring

delivery Email.

del_mobilestring

delivery Mobile. phone number format i.e 00 (contry code ) phone number or + (country code) phone number.

del_pass_codestring

delivery Pass Code.

del_methodinteger
<p>delivery method for card :</p> <ul> <li class="docBullet">0 &ndash; Standard mail</li> <li class="docBullet">1 &ndash; Registered mail</li> <li class="docBullet">2 &ndash; Direct delivery (courier) RFU</li> </ul>
del_accountinteger

delivery account Number.

del_regionstring

delivery Holder Region.

bulk_delv_add_codeinteger

Bulk delivery address code, allows processor and manufacturer to agree a pre-defined delivery address.

del_codeinteger

delivery Code, carriers with same del_code, will be grouped to be send to a specified delivery address.

pur_titlestring

Purchaser Title.

pur_fnamestring

Purchaser First Name.

pur_snamestring

Purchaser Last Name.

pur_addr1string

Purchaser Address1.

pur_addr2string

Purchaser Address2

pur_pcodestring

Purchaser Postal Code.

pur_citystring

Purchaser City.

pur_countrystring

Purchaser Country.

pur_emailstring

Purchaser Email.

pur_mobilestring

Purchaser Mobile,phone number format i.e 00 (contry code ) phone number or + (country code) phone number.

pur_accountinteger

Purchaser account Number

card_manuf_idinteger

card manufacturer id (If not passed then will take default manuf id will be taken from manufacturer table)

pur_pass_codestring

Purchaser pass code (can be stored against card for customer authentication [i.e. activation stage], or Paymentology can generate)

carrier_typestring

Allows client to stipulate carrier type (card packaging type choice - for shipment to customer). Possible

carrier_insrt1integer

Identifies insert 1 to be included with Carrier in Envelope

carrier_insrt2integer

Identifies insert 2 to be included with Carrier in Envelope

carrier_langstring

Language to be used in carrier notes and labels(iso 3166-1, character three digits).

envelope_refinteger

Identifies envelope type

ext_line1string

Extra card text line 1, allows additional line for subjective requirements i.e. extra text in the card

ext_line2string

Extra card text line 2, allows additional line for subjective requirements i.e. extra text in the card

custom_1string

string [ 0 .. 255 ] characters Customer special details, i.e. QR code If custom_1 ==> 1, then we will provide : MMYY+private Token (MMYY ->the date of card creation ). If custom1 value other than "1" , PT will include what ever client input in the same field in create.

emboss_line4string

Emboss line 4, front of card additional text i.e. private token

track_3string

Track 3, Mag stripe

pur_cust_typeinteger

pur_cust_type

card_actioninteger

card_action

perso_des_idinteger

perso_des_id

product_refstring

product identifier, i.e. physical card design reference used by the card printer.

crd_instrstring

crd_instr

delv_id_outinteger

delv_id_out

pur_id_outinteger

pur_id_out

client_card_refstring

Unique client reference relating to order, card or customer where present should always be quoted in correspondence

exp_datestring

Expiry Date,accepted format yyyy-mm-dd hh:mm:ss

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "image_name": "paymentology",
  "token": 479823917,
  "fulfil1": "fulfil1",
  "fulfil2": "fulfil2",
  "del_title": "Mr",
  "del_fname": "Joan",
  "emboss_name": "J Blogs",
  "del_sname": "Blogs",
  "del_addr1": "Nadipur",
  "del_addr2": "Nadipur",
  "del_pcode": "4321",
  "del_city": "Pokhara",
  "del_country": "Nepal",
  "del_email": "emailaddress@gmail.com",
  "del_mobile": "98456565545",
  "del_pass_code": "0001",
  "del_method": 1,
  "del_account": 1225456,
  "del_region": "ENG",
  "pur_title": "Mr",
  "pur_fname": "Joe",
  "pur_sname": "Blogs",
  "pur_addr1": "1 Oxford Terrace",
  "pur_addr2": "London",
  "pur_pcode": "4321",
  "pur_city": "Pokhara",
  "pur_country": "Nepal",
  "pur_email": "emailaddress1@gmail.com",
  "pur_mobile": "5557654321",
  "pur_account": 122222,
  "card_manuf_id": 1,
  "pur_pass_code": "pass code",
  "carrier_type": "1",
  "carrier_insrt1": 1,
  "carrier_insrt2": 1,
  "carrier_lang": "ENG",
  "envelope_ref": 1,
  "ext_line1": "ALD07",
  "ext_line2": "ALD07",
  "custom_1": "custom_1",
  "track_3": "track3",
  "client_card_ref": "client choice",
  "exp_date": "2025-01-01 00:00:00"
}

Response

Successful Response

bodyobject
headerInfo'success' | 'webserviceNotAvailable' | 'general' | 'TRANSIENT_ERROR' | 'databaseConnectionError' | 'dbConnectFailure' | 'dbExecuteTimeout' | 'databaseException' | 'authCodeFailure' | 'sendEmailFailure' | 'invalidAuthcode' | 'loginFailed' | 'INVALID_USER_NAME' | 'invalidPassword' | 'inactiveUser' | 'RESET_USER_PASSWORD' | 'FIRST_PASSWORD_CHANGE' | 'USER_EXISTS_ALREADY' | 'sessionInvalid' | 'sessionExpired' | 'sessionIdNotFound' | 'xApiKeyNotFound' | 'xApiKeyInvalid' | 'jsonValidator' | 'clientIdInvalid' | 'subClientIdInvalid' | 'invalidParentAccount' | 'ParentAccountNotFound' | 'invalidAccountId' | 'FAILED_TO_GET_CARD_LIST' | 'invalidApiCallIdentifier' | 'invalidToken' | 'modelValidationFailed' | 'booleanvalidationfailed' | 'timeWindowNotSupported' | 'permissionDeniedPws' | 'permissionDeniedPcjs' | 'configNotFound' | 'CONFIG_NOT_AVAILABLE_FOR_TOKEN' | 'TOKEN_DETAILS_NOT_FOUND' | 'dataNotFound' | 'accountNotFound' | 'accountMappingNotFound' | 'accountLimitNotFound' | 'RulesNotFound' | 'ccyInvalid' | 'amtCcyInvalid' | 'loadCcyInvalid' | 'clientProductNotUnique' | 'invalidManuId' | 'inValidManuIdClient' | 'invalidProductId' | 'cardRenewalFailed' | 'binNotFound' | 'cardImgNotFound' | 'tokenAccAssigned' | 'cardDeactivated' | 'accountNotProvided' | 'deliveryDetailFailed' | 'purchaserDetailFailed' | 'ptokAddFailed' | 'ptokDetailAddFailed' | 'FAILED_TO_CONVERT_VIRTUAL_TO_PHYSICAL' | 'cardConvertFailed' | 'batchIdError' | 'loadFailed' | 'weakCvv' | 'pvvNotSet' | 'weakpin' | 'Invalidepin' | 'invalidPinFormat' | 'accountUpdateFailed' | 'accountInsertFailed' | 'ParentAccountInsertFailed' | 'accountSetStatusFailed' | 'accountGetStatusFailed' | 'invalidEcno' | 'nullOrEmptyEcno' | 'createVirtualCardFailed' | 'createPhysicalCardFailed' | 'createCardImgFailedInPKS' | 'encryptFileFailed' | 'editCardStatusFailed' | 'sftpUploadFailed' | 'failedToGetToken' | 'setCardStatusFailed' | 'cardDetailNotFound' | 'tokenListNotFound' | 'ruleNotFound' | 'generatefileDataNotFound' | 'cardUnderAccount' | 'CARDLISTNOTFOUND' | 'cardUnderProduct' | 'cardUnderGroup' | 'MAKE_CARD_PRIMARY_FAILED' | 'panNotFound' | 'PAN_DOES_NOT_EXIST' | 'accountcardlink' | 'CARD_NOT_LINKED_TO_ACCOUNT' | 'cardhistoryNotFound' | 'accountHistoryNotFound' | 'integrityViolation' | 'updateCardDetailFailed' | 'updateTokFlagsFailed' | 'getPanNumberFailed' | 'smsCardHolderfailed' | 'emailCardHolderFailed' | 'enroll3DSFailed' | 'invalidFunctioncode' | 'mdesUpdateFailed' | 'pinUnblockFailed' | 'setPinFailed' | 'getPinFailed' | 'networkTypeError' | 'saveCardTestFailed' | 'EditTestCardFailed' | 'breakISOFailed' | 'builtISOFailed' | 'PKSSendFailed' | 'PKSReceiveFailed' | 'getMacFailed' | 'getArqcFailed' | 'getPinbFailed' | 'getTestCardFailed' | 'getTestSummaryFailed' | 'getTestMessageFailed' | 'getTestHierarchyFailed' | 'getTestListFailed' | 'getResponseFailed' | 'txnresultNotFound' | 'testDataNotFound' | 'saveTestFailed' | 'saveCardFailed' | 'invalidRuleID' | 'DEACTIVATED_RULE_UPDATE_FAILED' | 'loadAlertExists' | 'insertActionFailed' | 'ruleListNotFound' | 'groupruleLinkNotFound' | 'ruleHistoryNotFound' | 'ruleTimingLogNotFound' | 'ruleTriggerDetailNotFound' | 'ruleTemplateNotFound' | 'loadRuleNotFound' | 'InvalidGroupId' | 'InvalidProductId' | 'actionListNotFound' | 'alertactionListNotFound' | 'declineactionListNotFound' | 'dynamicactionListNotFound' | 'applyfeeactionListNotFound' | 'crdractionListNotFound' | 'incorrectRfcParam' | 'linkTagFailed' | 'unlinkTagFailed' | 'ruleTagAlreadyExists' | 'ruleTagDoesntExist' | 'deleteTagFailed' | 'deleteActionFailed' | 'invalidAction' | 'updateActionFailed' | 'insertRulesFailed' | 'updateRulesFailed' | 'deleteRulesFailed' | 'authUnblock' | 'EDIT_RULES_ACTION_PROCEDURE_CALL_FAILED' | 'DECISION_ENGINE_CREATE_RULE_FAILED' | 'DECISION_ENGINE_CREATE_TREE_FAILED' | 'clientsftpfailed' | 'updateRSAFailed' | 'createSubClientFailed' | 'updateSubClientFailed' | 'updateClientFailed' | 'errorInPKS' | 'createClientFailed' | 'emailAlreadyUsed' | 'addClientBin' | 'failedToAddEditClientBin' | 'clientListNotFound' | 'clientBinNotFound' | 'fastUrlNotFound' | 'sftpdetailNotFound' | 'subclientNotFound' | 'webNotassigned' | 'clientHierarchyNotFound' | 'reportDeliveryNotFound' | 'reportPreviewNotFound' | 'reportScheduleNotFound' | 'rsaPublicKeyNotFound' | 'merchantNotFound' | 'reasonCodeNotFound' | 'currencyCodeNotFound' | 'apiListNotFound' | 'vendorListNotFound' | 'instanceDetailNotFound' | 'exchangeRateDetailNotFound' | 'auditLogNotFound' | 'errorLogNotFound' | 'appLogNotFound' | 'stacktraceNotFound' | 'emailLogNotFound' | 'cardReportLogNotFound' | 'InsertFailed' | 'UpdateFailed' | 'DeleteFailed' | 'invalidGroupID' | 'updateGroupFailed' | 'createGroupFailed' | 'CREATE_TOKEN_GROUP_FAILED' | 'UPDATE_TOKEN_GROUP_FAILED' | 'TOKEN_GROUPS_NOT_FOUND' | 'RULE_FUNCTIONS_NOT_FOUND' | 'linkCardGroupFailed' | 'LINK_TOKEN_TO_TOKEN_GROUP_FAILED' | 'invalidGroupId' | 'GroupDetailNotFound' | 'linkCardGroupNotFound' | 'multiAccountFailed' | 'standInFailed' | 'createProductFailed' | 'insertCardStackFailed' | 'invalidImageId' | 'ImageNameNA' | 'editImageDataFailed' | 'saveImageFailed' | 'deleteProductFailed' | 'deleteGarbageProductFailed' | 'productNotEnabledFor3DS' | 'updateProductFailed' | 'productRuleNotFound' | 'productGroupNotFound' | 'virtualCardNotFound' | 'virtualCardPreviewNotFound' | 'productListNotFound' | 'dynamicAuthUnblockDataNotFound' | 'INVALID_SCA_LIMIT_FORMAT' | 'createManufactureFailed' | 'editManufactureFailed' | 'manufactureListNotFound' | 'payschedulerConnectionError' | 'deleteTaskFailed' | 'updateTaskFailed' | 'createTasKFailed' | 'createTasKFailedInPS' | 'jobDeprecated' | 'deactivateTaskFailed' | 'activateTaskFailed' | 'payschedulerErrorGettingLog' | 'executeTaskFailed' | 'invalidTaskId' | 'taskAlreadyExistForClient' | 'clientReportNotFound' | 'taskNotFound' | 'jobNotFound' | 'jobInstanceNotFound' | 'reportConfigNotFound' | 'jobLogNotFound' | 'retrieveRequestFailed' | 'feeRetrieveFailed' | 'invalidPartialAmount' | 'invalidReasonCode' | 'chargebackdataNotFound' | 'ISONotFound' | 'taskOwnerNotFound' | 'statementDetailNotFound' | 'txnNotFound' | 'feeDataNotFound' | 'retrievalDataNotFound' | 'txntimingDataNotFound' | 'fastRequestDataNotFound' | 'merchantdetailNotFound' | 'blockMerchantNotFound' | 'updateRightFailed' | 'insertUserGroupFailed' | 'linkRightFailed' | 'insertRightFailed' | 'deleteRightFailed' | 'updateScreenFailed' | 'updatePasswordFailed' | 'emailNotMatched' | 'updateUserFailed' | 'availableEmail' | 'EmailNotAvailable' | 'createUserFailed' | 'userGroupListNotFound' | 'userListNotFound' | 'userdetailNotFound' | 'userContactNotFound' | 'userNotFound' | 'rightNotAssigned' | 'userHistoryNotFound' | 'userAccessHistoryNotFound' | 'ConfigFileNotFound' | 'IncorrectConnectionString' | 'InvalidRequest' | 'CardAlreadyEnrolled' | 'NoSuchCardRange' | 'InternalError' | 'invalidCardData' | 'No3DSDetailFound' | 'FailedToDecryptPin' | 'FailedToSetPin' | 'FailedToEncrypt' | 'FailedToGetPanNumber' | 'FailedToGetPinNumber' | 'invalidCvv2' | 'FailedToDecryptCvv2' | 'FailedToGetCvv2Number' | 'RsaKeyNotFound' | 'SessionKeyAlreadyUsed' | 'FAILED_TO_DECRYPT_PAN' | 'PinNotMatching' | 'FailedToVerifyPin' | 'FAILED_TO_VERIFY_PIN_INVALID_PAN' | 'panNotAvailableInSystem' | 'FailedToDecryptSessionKey' | 'FailedToUpdateActionRequired' | 'FAILED_TO_GET_ECNO' | 'FailedToSaveIsoHierarchy' | 'FailedToSaveIsoDetails' | 'failedToGetPersoData' | 'failedToCalculateAVV' | 'failedToGeneratePVV' | 'DecodePvvToPinFailed' | 'failedToCalculateArqcArpc' | 'duplicateDataEntry' | 'cycleConfigFoundAlready' | 'duplicatepaymentEntry' | 'creditCycleAddedAlready' | 'productCycleAddedAlready' | 'chargeNotFound' | 'chargeHistoryNotFound' | 'interestNotFound' | 'interestHistoryNotFound' | 'merchantListNotFound' | 'mccGroupListNotFound' | 'mccCodeListNotFound' | 'graceperiodNotSet' | 'accountLimitNotSet' | 'accountLimitHistoryNotFound' | 'creditaccountLimitNotSet' | 'addChargeToAccountFailed' | 'addChargeToProductFailed' | 'addChargeToGroupFailed' | 'addInterestToProductFailed' | 'updateInterestToProductFailed' | 'addInterestToGroupFailed' | 'insertCreditGroupFailed' | 'accountGroupNotFound' | 'insertRewardFailed' | 'updateRewardFailed' | 'rewardListNotFound' | 'prodrewardListNotFound' | 'grouprewardListNotFound' | 'accountrewardListNotFound' | 'prodrewardHistoryListNotFound' | 'grouprewardHistoryListNotFound' | 'accountrewardHistoryListNotFound' | 'invalidRuleId' | 'balanceNotFound' | 'prodfeeConfigNotFound' | 'prodfeeConfigHistoryNotFound' | 'groupfeeConfigNotFound' | 'groupfeeConfigHistoryNotFound' | 'prodinterestConfigNotFound' | 'prodinterestConfigHistoryNotFound' | 'groupinterestConfigNotFound' | 'groupinterestConfigHistoyNotFound' | 'templateNotFound' | 'accounttemplateNotFound' | 'accountChargeListNotFound' | 'accountChargeListHistoryNotFound' | 'accountInterestListNotFound' | 'accountInterestHistoryNotFound' | 'InterestListNotFound' | 'InterestHistoryNotFound' | 'productChargeListNotFound' | 'creditbalanceDetailNotFound' | 'balanceDetailNotFound' | 'interestDetailNotFound' | 'creditStatementNotFound' | 'invalidBillingCycle' | 'creditCycleNotFound' | 'creditaccountCycleNotFound' | 'creditProductParamNotFound' | 'statementCycleNotFound' | 'insertChargeFailed' | 'insertCustomerFailed' | 'customerNotFound' | 'invalidInterestId' | 'insertInterestFailed' | 'linkaccountgroupFailed' | 'linkaccountgroupNotFound' | 'invalidCustomerId' | 'invalidCreditGroupId' | 'setPaymentDistributionFailed' | 'getPaymentDistributionFailed' | 'transactiondetailNotFound' | 'transactionHistoryNotFound' | 'customerAccountNotFound' | 'installmentEventNotFound' | 'installmentEntryNotFound' | 'installmentTemplateNotFound' | 'prodInstallmentConfigNotFound' | 'installmentTypeNotFound' | 'participantRoleTypeNotFound' | 'installmentCriteriaNotFound' | 'installmentCriteriaNotSet' | 'InvalidRid' | 'installmentReferenceNotSet' | 'installmentexecutionentryNotFound' | 'installmentstageNotFound' | 'contractStateNotFound' | 'contractStatusNotFound' | 'languageListNotFound' | 'clientContractNotFound' | 'installmenteligibletxnNotFound' | 'fee_section_already_found' | 'invalidprioritysection' | 'prioritysectionNotFound' | 'paymentDetailsDataNotFound' | 'guaranteelistNotFound' | 'invalidGuaranteeId' | 'addaccountguaranteeFailed' | 'accountguaranteeNotFound' | 'accountfeeDetailsNotFound' | 'miscellaneousfeeNotApplied' | 'manualfeeNotAppliedYet' | 'dateException' | 'effectivedateException' | 'postTxnCodeNotFound' | 'invalidExtTxnRefId' | 'defaultValue' | 'databaseinfoNotFound' | 'databasesizeInfoNotFound' | 'databasetableInfoNotFound' | 'dbconnectionInfoNotFound' | 'syshealthDataNotFound' | 'sandboxDataNotFound' | 'fastDataNotFound' | 'settlementNotFound' | 'settlementmessageNotFound' | 'regexDataNotFound' | 'mcInternalServerError' | 'claimExists' | 'firstCbRequested' | 'secondCbNotAllowed' | 'secondCbRequested' | 'cbApproved' | 'settlementMatchFailed' | 'cbCancelApproved' | 'cbCancelRejected' | 'cbCancelledAlready' | 'cbFirstPartyFraud' | 'mcChargebackNotFound' | 'mcDisputeCaseExists' | 'challengeProfileNotfound' | 'xCorrelationIdNotFound' | 'xIssuerIdNotFound' | 'xIssuerIdWrongSize' | 'xCorrelationIdTooLong' | 'operationFailed' | 'unknownCard' | 'cardSuspended' | 'invalidCVV2' | 'FpanProvisioningCountExceeded' | 'invalidFpan' | 'cardExpiryIssue' | 'tokenizationNotSupported' | 'fraudSuspected' | 'intTooLong' | 'UNSUPPORTED_TAV_DATA_FIELDS' | 'UNSUPPORTED_TAV_FORMAT' | 'UNSUPPORTED_SIGNING_ALGORITHM' | 'PROBLEM_WITH_TAV_SIGNATURE_SIGNING_FILE' | 'PROBLEM_WITH_TAV_SIGNATURE_SIGNING' | 'PROBLEM_WITH_CARD_DATA_ENCRYPTION_CERTIFICATE_FILE' | 'PROBLEM_WITH_CARD_DATA_ENCRYPTION' | 'PROBLEM_WITH_CARD_PASS_DATA_ENCRYPTION' | 'MEA_WALLET_CUSTOMER_SERVICE_INVALID_OBJECT' | 'MEA_WALLET_CUSTOMER_SERVICE_INVALID_FIELD_VALUE' | 'MEA_WALLET_CUSTOMER_SERVICE_MISSING_FIELD' | 'MEA_WALLET_CUSTOMER_SERVICE_BAD_REQUEST' | 'MEA_WALLET_CUSTOMER_SERVICE_INVALID_OPERATION' | 'MEA_WALLET_CUSTOMER_SERVICE_GATEWAY_TIMEOUT' | 'MEA_WALLET_CUSTOMER_SERVICE_TEMPORARY_UNAVAILABLE' | 'MEA_WALLET_CUSTOMER_SERVICE_NOT_IMPLEMENTED' | 'MEA_WALLET_CUSTOMER_SERVICE_UNAUTHORIZED' | 'MEA_WALLET_CRYPTO_IO_ERROR' | 'MADA_CUSTOMER_SERVICE_GENERAL_ERROR' | 'MADA_INVALID_TOKEN_UPDATE_REQUEST' | 'MADA_CARD_METADATA_PARTIAL_ERROR_IN_PTY' | 'MADA_CARD_METADATA_PARTIAL_ERROR_IN_TSP' | 'MADA_CARD_METADATA_UPDATE_FAILED' | 'MADA_CARD_METADATA_UPDATE_MISSING_CARD_METADATA_INFO' | 'MADA_CARD_METADATA_UPDATE_MISSING_PCID' | 'contactNotFound' | 'CUSTOMER_MISSES_PHONE_NUMBER_INFO' | 'INVALID_PASSCODE_DELIVERY_METHOD_TYPE' | 'CRYPTOGRAPHY_ERROR' | 'originalRequestPending' | 'INVALID_DATE_RANGE' | 'ALLOWABLE_DATE_DIFFERENCE_3DAYS_EXCEEDS' | 'VSE_ERROR_TOKEN_NOT_FOUND' | 'VSE_ERROR_INVALID_DATA' | 'VSE_ERROR_REQUIRED_DATA_MISSING' | 'VSE_ERROR_CRYPTOGRAPHY_ERROR' | 'VSE_INTERNAL_SYSTEM_ERROR' | 'VTS_FAILED_TO_CALL' | 'MEA_TOTP_KEY_HEX_ERROR' | 'MEA_CLIENT_CONFIG_NOT_FOUND' | 'MEA_INVALID_REASON_CODE' | 'MEA_FAILED_TO_ENCRYPT_ACCOUNT_INFO' | 'MEA_FAILED_TO_DELETE_TOKEN' | 'EMPTY_TUR_AND_ACCOUNT_ID' | 'EMPTY_PUBLIC_TOKEN' | 'MEA_CALL_RESPONSE_ERROR' | 'MEA_NOTIFY_CLIENT_ERROR' | 'BULK_CARD_INDIVIDUAL_CARD_DETAILS_SIZE_IS_DIFFERENT_THAN_TOTAL_CARD_AMOUNT' | 'BULK_CARD_EXPIRY_DATE_LESS_THAN_CURRENT_DATE' | 'BULK_CARD_NOT_ENOUGH_PAN_AVAILABLE_ON_STACK' | 'BULK_CARD_NOT_ENOUGH_PRIVATE_TOKEN_AVAILABLE_ON_STACK' | 'BULK_CARD_NOT_ENOUGH_PUBLIC_TOKEN_AVAILABLE_ON_STACK' | 'BULK_CARD_NOT_ENOUGH_CUSTOMER_AVAILABLE_ON_STACK' | 'UNSUPPORTED_NOTIFICATION_VERSION' | 'UNSUPPORTED_PERSO_FORMAT' | 'SAML_CREATE_AUTHN_REQUEST_ERROR' | 'SAML_TRANSFORMER_ERROR' | 'SAML_UNMARSHALL_ERROR' | 'SAML_VALIDATE_SIGNATURE_ERROR' | 'SAML_INVALID_EMAIL_DOMAIN_ERROR' | 'SAML_EMPTY_SAML_MESSAGE_ERROR' | 'SAML_CREATE_SESSION_ERROR' | 'SAML_VERIFY_SSO_LOGIN_ERROR' | 'SAML_GENERAL_MESSAGE_ERROR' | 'FAILED_UPDATING_CHIP_ACCOUNT' | 'DE_PAYMENTOLOGY_CLIENT_ID_MISSING' | 'DSL_PARSER_COMBINATOR_IS_MISSING' | 'DSL_PARSER_RULE_IS_MISSING' | 'DSL_PARSER_NODE_IS_MISSING' | 'DSL_UNABLE_TO_PARSE' | 'DE_VALIDATION_EXCEPTION' | 'DE_FEE_BASIS_INCORRECT' | 'VCAS_ERROR_TRANSACTION_EXPIRED' | 'VCAS_ERROR_STEP_UP_ID_NOT_FOUND' | 'VCAS_ERROR_STEP_UP_STATUS_INVALID' | 'VCAS_ERROR_STEP_UP_FIELD_MISMATCH' | 'AUTH0_CREATE_SESSION_ERROR' | 'AUTH0_FAILED_TO_GET_ACCESS_TO_THIS_APPLICATION' | 'AUTH0_FAILED_TO_LOGIN_ERROR' | 'SCA_LIMIT_NOT_FOUND' | 'SCA_INTERNAL_ERROR' | 'BAD_REQUEST'

Example response

{
  "header": {
    "error_desc": "success"
  }
}