But this is my first question it seems to focus on gift cards but this is not that. Then the second question is, is this payment really being paid or is it pay later when marked complete? Seems per the sandbox payload it is complete now which is great.
Lastly, and I have not tried this yet, the second payment will be for the full remaining amount plus a tip. Which I can, if needed, use the Pay for Orders endpoint. Thanks
That walkthrough does focus on gift card payments but with your scenario you’ll want to call CreatePayment with the order_id for the partial payment. Once the customer is ready to complete the order payment then you’ll pay for the remaining amount and tip with the same order_id. After it’s been fully paid for then you’ll call PayOrder with the payment_ids to complete the order.
ok that sounds good. And if I get this right is the initial payment a true payment, in that it is not just Authorized but paid. From the merchants standpoint they technically have the down payment already is the goal here vs just Authorized to be made. Thanks for the quick response btw.
@Bryan-Square can you clarify if the payments are actually captured with this method or are they just authorized till the total order amount is satisfied?