Hi,
Apologies if this has been asked before - tried searching, to no avail.
Id be grateful for any pointers as to where I am going wrong here...just cant seem to get something (that ought to be so simple) correct !
In BD, when a member payment is made we would like to raise a corresponding Invoice In Xero, that Reconcilliation can be done once the funds are received.
Just cant seem to work out how to get the BD Membername details (eg Company Name) so that it can be used in the Create Xero Invoice step (Step 4 below)?? In teh Pabbly Xero API - I need to map the Name field to the BD MemberName.
Hope this all makes sense!
BD payment method is via Stripe.
Workflow as follows:
Step1:
Trigger event is 'New Charge' (whenever someone's card is charged)
added endpoint for the charge.suceeded event
(Webhook response captures OK)
Step2:
Stripe: Retrieve Customer by ID
(Customer details are not visible in reponse to step 1, but can be retrieved from Stripe via fields in Step1)
Step3:
Execute Pabbly API to 'correct' amount of transaction
Step4:
Pabbly to Xero
Create an Invoice
Invoice gets created (correct amount etc). Just missing the vital contact (BD Membername) details
Thanks in advance for any help!
DarrenG
Apologies if this has been asked before - tried searching, to no avail.
Id be grateful for any pointers as to where I am going wrong here...just cant seem to get something (that ought to be so simple) correct !
In BD, when a member payment is made we would like to raise a corresponding Invoice In Xero, that Reconcilliation can be done once the funds are received.
Just cant seem to work out how to get the BD Membername details (eg Company Name) so that it can be used in the Create Xero Invoice step (Step 4 below)?? In teh Pabbly Xero API - I need to map the Name field to the BD MemberName.
Hope this all makes sense!
BD payment method is via Stripe.
Workflow as follows:
Step1:
Trigger event is 'New Charge' (whenever someone's card is charged)
added endpoint for the charge.suceeded event
(Webhook response captures OK)
Step2:
Stripe: Retrieve Customer by ID
(Customer details are not visible in reponse to step 1, but can be retrieved from Stripe via fields in Step1)
Step3:
Execute Pabbly API to 'correct' amount of transaction
Step4:
Pabbly to Xero
Create an Invoice
Invoice gets created (correct amount etc). Just missing the vital contact (BD Membername) details
Thanks in advance for any help!
DarrenG