Logo
Adyen APIs API Documentation

Creates one or more test card ranges.

POST {{baseUrl}}/createTestCardRanges

Creates one or more test card ranges.

 

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/services/TestCard/v1/createTestCardRanges' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountCode":"\u003cstring\u003e","accountTypeCode":"\u003cstring\u003e","testCardRanges":"\u003cstring\u003e"}'

ENDPOINTS