quickshiftin
quickshiftin

Reputation: 69581

Subsequent shipping charge via Reference Transaction

We're building a site with PayPal Payments Pro and the client would like to issue shipping charges after the payment for merchandise once the exact shipping charge is known.

Reading around it sounds like Reference Transactions may be the answer here.

According to this article it sounds like an admin could login and initiate a charge (given the use of a Reference Transaction API call to begin with.. I think.. Or perhaps the call isn't needed if we're planning to use the PayPal admin).

Is this possible? Do we even need a Reference Transaction API call, or do we just need to be approved for Reference Transactions, given the plan to issue subsequent shipping charges through the PayPal admin interface?

Please don't answer by suggesting payment calculators or flat rate shipping charges. The question is how to implement a subsequent shipping charge via PayPal.

Upvotes: 0

Views: 142

Answers (1)

PP_MTS_Chad
PP_MTS_Chad

Reputation: 7319

Whether you do a reference transaction through API or through the PayPal Admin, you would still need to have reference transactions enabled on your account. Also depending on if you are referring to DoDirectPayment credit card payments or Express Checkout, you will need to pass over additional variables your initial Express Checkout API call to set up a billing agreement so that you can perform reference transactions later.

Also I don't the specifics around how you calculate shipping, but another method that may allow you to calculate this correctly if if your shipping provider has API's to connect to their system to calculate the shipping charges. Then at the time of checkout, you could use use the Callback API to calculate the shipping while they are checkout out with Express Checkout.

Upvotes: 1

Related Questions