"You want to put a deposit on a motorcycle? Okay, which one?"

harleyDaisy
Contributor
Contributor

We sell motorcycles. Clients browse our inventory and are invited to place a deposit on a bike, e.g. "128 A.P.E TOMAHAWK BREAKOUT". A click on the deposit button takes them to a deposit-page, where they are presented with a Paypal button generated by the following markup:

<script src="https://www.paypal.com/sdk/js?client-id=REDACTED&enable-funding=venmo&currency=AUD" data-sdk-integration-source="button-factory"></script>

We can pick up the model name of the bike at the click point but how do we transmit it to Paypal so that it can become part of the annotation for the transaction? We have looked at using data-client-token but this appears to be provided for some other purpose.

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.