Reject a testmode personalization design Test helper
Updates the status
of the specified testmode personalization design object to rejected
.
Parameters
- rejection_
reasonsobjectRequired The reason(s) the personalization design was rejected.
- rejection_reasons.
card_ logoarray of enums The reason(s) the card logo was rejected.
Possible enum valuesgeographic_
location It improperly uses the name of a geographic location.
inappropriate
It contains inappropriate text or images.
network_
name It improperly uses the name of a credit card network.
non_
binary_ image The file uploaded is a non-binary image.
non_
fiat_ currency It contains a reference to non-fiat currency.
other
Other
other_
entity It improperly uses the name of another entity.
promotional_
material It contains advertising, promotional material, or a tagline.
- rejection_reasons.
carrier_ textarray of enums The reason(s) the carrier text was rejected.
Possible enum valuesgeographic_
location It improperly uses the name of a geographic location.
inappropriate
It contains inappropriate text or images.
network_
name It improperly uses the name of a credit card network.
non_
fiat_ currency It contains a reference to non-fiat currency.
other
Other
other_
entity It improperly uses the name of another entity.
promotional_
material It contains advertising, promotional material, or a tagline.
Returns
Returns the updated personalization design object.
{ "id": "ipcd_Oiw9GXcFRE81LZ", "object": "issuing.personalization_design", "livemode": false, "card_logo": "file_1LzR9L2eZvKYlo2CelTpcvKu", "carrier_text": null, "lookup_key": "my_card_design_lookup_key", "metadata": {}, "name": "My personalization design name", "physical_bundle": "ics_Oiw9ahglMfql0U", "preferences": { "is_default": false }, "rejection_reasons": { "card_logo": [ "network_name", "inappropriate" ], "carrier_text": [ "other" ] }, "status": "rejected"}