Paypal recurring payment charge immediately?

后端 未结 1 648
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 15:48

Im using Paypal recurring payments and Im having some issues understanding when is my first charge occurring. Im using Sandbox currently so paypal does not really send me an ove

1条回答
  •  隐瞒了意图╮
    2021-02-04 16:29

    The profile will be created immediately and the first payment will happen that same day, but it might be a few hours before it comes through.

    If you need to process the first payment immediately you can use the INITAMT parameter in your CreateRecurringPaymentsProfile request, and then you can use FAILEDINITAMTACTION to specify how you want to handle situations where the initial amount fails.

    If you set things up this way you'll want to set the start date of the profile to 1 month in the future, otherwise you'd end up double billing them for the first month.

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