The order details for a payment request can be updated after the payment request is created. For partially paid-out payment requests, the following conditions should be considered:

  • The total_price of the line items after the update must be greater than or equal to the amount already paid out. - If the total_price of the line items after the update equals the amount already paid out, the payment request status will automatically change to PENDING_REPAYMENT.

For updating a certain line item details, you'll only need 2 things:

  1. Payment request ID specified on creation
  2. Line item ID specified on creation.

This API does not support the addition/deletion of a line item from the payment request.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!