Get Card Temporary Image URL
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
X-App-Sig | X-App-Sig | header | string | M | |
Example | DEV-SKIP |
Variable | Name | Type | Format | Usage | Description |
---|---|---|---|---|---|
card_code | card_code | string | Card code |
{ "card_code": "CARD000013A" }
200 - Response successfully when status is OK
200 - Response successfully when status is OK
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | data of Response |
Variable | Name | Type | Format | Description |
---|---|---|---|---|
url | url | string | url |
{ "status": "ok", "error_description": "", "error": {}, "data_type": "system.api.card.cardGetTempImageUrlResponse", "total_records": 1, "data": { "url": "https://www.rbcroyalbank.com/credit-cards/app/assets/cards/mc1_cashbackmc_en_sm@2x.png" } }
200 - Response with error when status is ERROR
200 - Response with error when status is ERROR
Variable | Name | Type | Format | Description |
---|---|---|---|---|
status | status | string | Request execution status | |
error_description | Error Description | string | Description of error | |
error | Error Code | string | Error code | |
data_type | data_type | string | Type of data | |
total_records | total_records | string | Total count of records | |
data | data | object | Empty object |
{ "status": "error", "error_description": "[RECORD-NOT-FOUND : Object cardModel cannot find record card.card_code with value s]", "error": {}, "data_type": "", "total_records": -2, "data": {} }