Logo
Adyen APIs API Documentation

Merge the balance of two cards.

POST {{baseUrl}}/mergeBalance

Increases the balance of the paymentmethod by the full amount left on the source paymentmethod

 

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/mergeBalance' -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","sourcePaymentMethod":"\u003cstring\u003e","store":"\u003cstring\u003e"}'

ENDPOINTS