cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Recurring billing - one time payment question

I need to schedule a one time payment using ARB, 35 days into the future. So, today being 5/17, the payment would need to occur on 6/21.
Will setting the payment schedule like this achieve that goal of charging the card on 6/21?

<paymentSchedule>
    <interval>
        <length>35</length>
        <unit>days</unit>
    </interval>
    <startDate>2016-05-17</startDate>
    <totalOccurrences>1</totalOccurrences>
</paymentSchedule>

zork40dev
Member
2 REPLIES 2

@zork40dev The startDate attribute determines the first date you want us to run a transaction for that subscription.

You probably would want to set startDate to "2016-06-21", and leave totalOccurrences set to "1".

The settings under interval look fine but are largely irrelevant since you're trying to perform a one-off payment scheduled to start (and end) in 35 days.

I hope this helps!

--
"Move fast and break things," out. "Move carefully and fix what you break," in.
Lilith
Administrator Administrator
Administrator

Yes, very helpful thanks. :)