- Deletes out payment
Lists out payments
Create out payment
Shows out payment details
Deletes out payment
If the payment is not processed, it will be cancelled.
Get your strong authentication RSA private key from Easypay Backoffice on menu:
Web Services->Configuration API 2.0->Keys.
Required scope: out_payment:delete
Security
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/out_payment/{id}
- Productionhttps://api.prod.easypay.pt/2.0/out_payment/{id}
curl -i -X DELETE \
'https://api.test.easypay.pt/2.0/out_payment/{id}' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'