Logo
Adyen APIs API Documentation

Issues a new card.

POST {{baseUrl}}/issue

Issues a new card of the given payment method.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/StoredValue/v46/issue' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":"\u003cstring\u003e","merchantAccount":"\u003cstring\u003e","paymentMethod":"\u003cstring\u003e","recurringDetailReference":"\u003cstring\u003e","reference":"\u003cstring\u003e","shopperInteraction":"\u003cstring\u003e","shopperReference":"\u003cstring\u003e","store":"\u003cstring\u003e"}'

ENDPOINTS