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.

Returns

Returns the updated personalization design object.

POST /v1/test_helpers/issuing/personalization_designs/:id/reject
curl https://api.stripe.com/v1/test_helpers/issuing/personalization_designs/ipcd_Oiw9GXcFRE81LZ/reject \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:" \
-d "rejection_reasons[card_logo][]"=network_name \
-d "rejection_reasons[card_logo][]"=inappropriate \
-d "rejection_reasons[carrier_text][]"=other
Response
{
"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"
}

Physical Bundles 

A Physical Bundle represents the bundle of physical items - card stock, carrier letter, and envelope - that is shipped to a cardholder when you create a physical card.

Tokens Preview

An issuing token object is created when an issued card is added to a digital wallet. As a card issuer, you can view and manage these tokens through Stripe.

Transactions 

Connection Token 

A Connection Token is used by the Stripe Terminal SDK to connect to a reader.

Related guide: Fleet management