Logo
Adyen APIs API Documentation

Loads the payment method.

POST {{baseUrl}}/load

Loads the payment method with the specified funds.

 

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/load' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":"\u003cstring\u003e","loadType":"\u003cstring\u003e","merchantAccount":"\u003cstring\u003e","paymentMethod":"\u003cstring\u003e","recurringDetailReference":"\u003cstring\u003e","reference":"\u003cstring\u003e","shopperInteraction":"\u003cstring\u003e","shopperReference":"\u003cstring\u003e","store":"\u003cstring\u003e"}'

ENDPOINTS