#Nadiya-payments

1 messages · Page 1 of 1 (latest)

stray wigeon
#

hi! well the PaymentIntent has an invoice field. So if that is null, it's a one time payment. If it's not null, then it might either a one-time invoice or a recurring invoice. You can tell the difference by looking at invoice.subscription , if that is null then it's a one-time invoice, if not, its' recurring.