v3 payments changes
In v3, there are a range of improvements and new features with payment operations.
| v2 | v3 |
|---|---|
Create a payment with You can combine payments made to the same vendor, and also pay multiple vendors with the same request. | Creating a payment with POST /v3/payments enables 2 workflows.
fundingAccount and processingOptions objects.
|
Get payment details with POST /v2/Crud/Read/SentPay.json. | Get payment details with See Get payment details in the API reference for more information. |
Get list of payments with POST /v2/List/SentPay.json. | Get list of payments with Filtering and sorting values are now query parameters. For filtering, use the For sorting, use the The response includes See Search operations with lists for more information. |
Cancel a payment with POST /v2/CancelAPPayment.json. | Cancel a payment with See Cancel a payment in the API reference for more information. |
Void a payment with POST /v2/VoidAPPayment.json. | Void a payment with See Void a payment in the API reference for more information. |
Updated 6 months ago
