- Updates the split of a capture
List captures
Captures a Single Auth, Frequent and Frequent Auth
Shows capture details
Cancels a capture
Updates the split of a ca...
Required scope: capture:update
Security
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/capture/{capture-uuid}/splits/{capture-split-uuid}
- Productionhttps://api.prod.easypay.pt/2.0/capture/{capture-uuid}/splits/{capture-split-uuid}
curl -i -X PATCH \
'https://api.test.easypay.pt/2.0/capture/{capture-uuid}/splits/{capture-split-uuid}' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92' \
-H 'Content-Type: application/json' \
-d '{
"clearing_date": "2006-01-02"
}'Response
{ "status": "ok", "message": [ "Your request was successfully created" ] }