put https://api.staging.pungle.co/test_api/v1/card_issuing/kyc_results
This endpoint is for testing purposes only.
Updates a KYC Result in review by it's Transaction ID. Change is reflected by the result code.
Request
Parameter | Required | Data type | Notes |
---|---|---|---|
kyc_transaction_id | Yes | Number | Input as a request parameter. Transaction ID of the KYC result |
code | Yes | String | Result code |
Request Codes
Code | Notes |
---|---|
kyc_verification_success | Review Accepted |
kyc_verification_review | In Review |
kyc_verification_rejected | Review Declined |
Response
Parameter | Data type | Notes |
---|---|---|
id | Number | ID of the KYC result |
code | String | Result code |
kyc_transaction_id | String | Transaction ID of the KYC result. Identifies result with the processor. |
result | Object | The original result returned during cardholder creation |
cardholder | Object | The cardholder created during this KYC Transaction. Optional |
company_id | String | Company ID |
created_at | String | |
updated_at | String |