Logo
Adyen Flows API Documentation

Make a donation

POST {{CHECKOUT_API_BASE_URL}}/donations

Takes in the donation token generated by the /payments request and uses it to make the donation for the donation account specified in the request. For more information, see Donations.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
Idempotency-Key
null




RESPONSES

status





Curl
curl -X POST 'CHECKOUT_API_BASE_URL/donations' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Idempotency-Key: '

ENDPOINTS