Invoices-Payments
Number of APIs: 8
-
Update Checkout Link Payment Gateway POST https://api.freshbooks.com/payments/account/{{accountid}}/checkout_link/{{checkoutlinkid}}/payment_options
-
Single Payment GET https://api.freshbooks.com/accounting/account/{{accountId}}/payments/payments/{{paymentId}}
-
List Payments GET https://api.freshbooks.com/accounting/account/{{accountId}}/payments/payments
-
Make Payment POST https://api.freshbooks.com/accounting/account/{{accountId}}/payments/payments
-
Single Checkout Link POST https://api.freshbooks.com/payments/account/{{accountid}}/checkout-links
-
Update Payment PUT https://api.freshbooks.com/accounting/account/{{accountId}}/payments/payments/{{paymentId}}
-
Update Checkout Link PUT https://api.freshbooks.com/payments/account/{{accountid}}/checkout-links/{{checkoutlinkid}}
-
Delete Checkout Link DELETE https://api.freshbooks.com/payments/account/{{accountid}}/checkout-links/{{checkoutlinkid}}