Stripe payment. How to reconcile the processing fee Stripe took out?
Hi,
I am a developer and have integrated a client's MYOB Accountright with his database system.
An aspect of the system is to allow his customers to pay online using Stripe.
It is all working well except one thing.
Say his system raises $1 of invoice and send it in to MYOB Accountright using API.
Then his customer pays for this invoice using Stripe.
Stripe takes out $0.32 a processing fee when customer uses Stripe to pay for it.
On customer's credit card $1 is taken out but in MYOB Accountright the total amount received is $0.68.
What should I do to have proper reconciliation for this $1 invoice?
I tried to create a bill and a supplier ill of $0.32 but that doesn't reconcile with the invoice.
If I raise the invoice of $0.68 instead of $1 then how should I treat this $0.32?
I can't seem to raise a negative payment because that would be a refund I suppose?
Keep in mind there is quite a bit of this occurring so automated process is what I am trying to create.
Manual intervention isn't an option for my client.
Thanks,
Kevin