Hi,
Is there an API endpoint that allows a receipt to be resent? (I can’t see one.)
Thanks,
Paul
Hi,
Is there an API endpoint that allows a receipt to be resent? (I can’t see one.)
Thanks,
Paul
There isn’t an API that will resend a receipt at this time. You can GetPayment with the payment_id
and in the response you’ll get the receipt_url
. With the URL you can then spin up a service that will send it to the customer.