How to set mixture of recurring and one time payment in Paypal

前端 未结 1 370
死守一世寂寞
死守一世寂寞 2021-01-29 05:39

I\'m using Paypal REST API to charge my subscriptions. My transaction includes a mixture of one-time purchase and recurring payment. One time purchase will charge a user amount

相关标签:
1条回答
  • 2021-01-29 06:19

    The recurring amount you have to specify in the "CreateRecurringPaymentsProfile " API , the amount you set in "SetExpressCheckoutPayment " and "DoExpressCheckoutPayment" is for one time time payment .

    So ,recurring amount always needs to be passed in the "CreateRecurringPaymentsProfile" API .

    0 讨论(0)
提交回复
热议问题