Generate a hosted page that displays details of a virtual issued card directly to the customer.
POST {{baseUrl}}/v1/hosted/issuing/card_details/:cardToken
Generate a hosted page that displays details of a virtual issued card directly to the customer. The URL is available for 24 hours after the response is sent, then it expires.
Request Body
{"card_color"=>"<string>", "language"=>"<string>", "logo"=>"<string>", "logo_orientation"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"language":"\u003cstring\u003e","merchant_alias":"\u003cstring\u003e","merchant_color":"\u003cstring\u003e","merchant_customer_support":{"email":"\u003cstring\u003e","url":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","merchant_logo":"\u003cstring\u003e"},"merchant_logo":"\u003cstring\u003e","merchant_website":"\u003cstring\u003e","redirect_url":"\u003cstring\u003e","status":"DON","card":{"name":"\u003cstring\u003e","network":"\u003cstring\u003e"},"card_color":"\u003cstring\u003e","expiration":"\u003cnumber\u003e","id":{"description":"The ID of the hosted page. String starting with hp_issued_."},"logo":"\u003cstring\u003e","logo_orientation":"\u003cstring\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}