Update Invoice Payment
PUT/subscriptions/invoices/:invoice_uuid/payments/:payment_uuid
External payment methods are payment methods not offered by Elastic Path Subscriptions (such as Elastic Path Payments powered by Stripe or Authorize.net), but they can still be integrated with Subscriptions. You can use the Update Invoice Payment
endpoint to manually update a payment against an invoice where an external payment method is handling the payment of your invoices. See External Payments.
Request
Responses
- 200
- 400
- 404
- 409
- 500
Success. Invoice payment has been updated.
Bad request. The request failed validation.
Not found. The requested entity does not exist.
Write conflict. Unable to perform the operation at this time.
Internal server error. There was a system failure in the platform.