Skip to main content

Update Offers

PUT 

/api/v1/installmentplans/offers/:installmentPlanNumber

Update Offers lets you change details and get new offers for a plan number you created by calling Get Offers. Using it, you can change everything but plan amount or plan currency.

  • Update Offers can only be used before Authorization is called (thus plan status is Initializing)
  • The object returned is similar to the Get Offers object, but it invalidates the original Get Offers object and resets offer expiration times
  • Usually you use Update Offers when authorization fails or Get Offers did not return desired offers

Request

Responses

The updated offers response with available installment options

Response Headers