API Reference

Delivery Confirmation API

The Delivery Confirmation API is used to confirm the delivery of card to the cardholder. The transactions for instant card delivery, where physical or digital products are opted at institutional level, will work only if this API is successful. The Delivery Confirmation API can only be called afterthe Request Embossing API or Get Embossing API is processed. The API request is encrypted. Refer to the Message Level Security - AES Encryption section in the CR+ REST API Security Requirements attachment document for detailed information on encryption of JSON payload. It is applicable for instant cards of prepaid, credit, and debit products issued on Pine Labs platform.

HTTP Status and Response Status Matrix

  • HTTP Code: This is the response status code issued by a server in response to a client's request made to the server.
  • Error Code: This is the error code returned by Credit+ Issuing application in the ‘code’ field of the response message indicating if the request was processed successfully or failed.
  • Description: This is the description of the error code returned by Credit+ Issuing application.
  • Details: This is the detailed description of the error code returned by Credit+ Issuing application
HTTP CodeError CodeDescriptionDetails
200OKThe server has successfully processed your request.
400MISSING_REQUIRED_FIELDMissing Required Field 'mobile.number''Mobile number' field is mandatory when only last 4 digits of device number are provided.
400MISSING_REQUIRED_FIELDMissing Required Field 'mobile.isdCode''ISD Code' field is mandatory when only last 4 digit of device number are provided.
400MISSING_REQUIRED_FIELDMissing Required Field 'device.number', 'device.packID'At least one field must be present - 'deviceNumber', 'packID'.
400MISSING_REQUIRED_FIELDMissing Required Field 'device.delivery'.Missing Required Field 'device.delivery'.
400MISSING_REQUIRED_FIELDMissing Required Field 'ProductType'.Missing Required Field 'ProductType'.
400RECORD_NOT_FOUNDRecord not found for given search criteria(s) - ''.Device linked to 'device.number' : XXXX<LAST 4 Digits of DeviceNumber> not found.
400RECORD_NOT_FOUNDDelivery confirmation cannot be processed as embossing is not completed.
400RECORD_NOT_FOUNDDelivery confirmation not received.
400RECORD_NOT_FOUNDDevice Production Batch is not executed for the card.
400RECORD_NOT_FOUNDDelivery Confirmation cannot be processed for devices other than normal status.
400TIMESTAMP_ERRORRequest timestamp is in past.Request timestamp of '<"dataValidUntilTimestamp">' field value '' is in past.
400ERR_CODE_INVALID_FIELD_FORMATInvalid Field Value 'dataValidUntilTimestamp'.dataValidUntilTimestamp field must be in ISO 8601 format.
400ERR_DB_PROCError inside PRC_INST_DEVICE_DELIVERY_CONF
403AUTHORIZATION_ERRORUser in not authorized to access requested resource.
409RESOURCE_ALREADY_EXISTSDelivery confirmation already received.
500SYSTEM_ERRORAn unexpected error has occurred with the service you have requested.
Language
URL
Click Try It! to start a request and see the response here!