PayPal and Venmo QRC
Enabling QR Code transactions for in person wallets can be done using a merchant-presented flow on the Braintree In-Person readers. This feature is in a limited release.
Last updated
Was this helpful?
Enabling QR Code transactions for in person wallets can be done using a merchant-presented flow on the Braintree In-Person readers. This feature is in a limited release.
Last updated
Was this helpful?
Since this feature is in a limited release, additional approvals are required before enabling. If you are considering this feature for your integration please discuss approvals with your Solutions Engineer and Account Executive or Customer Success Manager before integrating.
The PayPal and Venmo QR Code (QRC) based payment flow is meant to be a seamless experience for both integrators, merchants and customers. Once enabled, the card reader will display an option for the customer to select on the reader which when selected will prompt for the generation of a QR code which the customer can scan with either their PayPal or Venmo mobile apps.
From an integrator standpoint all you need to do is:
Follow the below steps to set up your PayPal sandbox environment so that you can test the PayPal/Venmo QRC payment flows with your Braintree In-Person solution.
Once you've created your sandbox Business account, you'll need to retrieve the Payer ID, which is referred to as the Account ID in your new PayPal developer account. To do this, first find your sandbox business account and go to "Manage Accounts" > click "view/edit" and your Account ID will be under the "Profile" tab
You should onboard PayPal and Braintree accounts with your Solutions Engineer before making any QRC transactions. They will help you through the following required steps:
Associate your Braintree merchant account for each currency to be used for retail transactions in the Braintree console panel.
Click on action_url given by TAM and login to the PayPal account
Click on “Agree and Connect” button, which will grant third-party permissions
Provide the PayPal Payer ID, Business name, and Logo URL
The business name and logo URL will show up on the consumer app during the QRC transaction
During setup, pair your reader to a location that has the QRC Enabled and specify the PayPal Payer ID for the account you wish to receive funds for the QRC transactions.
Please note that the value which is passed in the internalName
API field in your location ID creation mutation call will be the value that is propagated in the storeId
field in PayPal settlement reporting for QR code transactions. So, we would suggest using a store + brand identifier that is less than 64 characters.
If you want to update a location that was already created and you want to enable the QRC, you can provide the PayPal Payer ID for that location:
Note that the customer must touch the QRC button (with PayPal & Venmo logos) shown above on the main payment page. This will take the screen to the QRC page shown above on the right. After that, the customer can scan the QR code using their PayPal/Venmo app.
Request a charge from the card reader like normal. After polling, the instore context will move to COMPLETE. For PayPal and Venmo transactions, you will see a new type of PaymentMethodSnapshot with additional data available.
To test QR code flows for PayPal and Venmo payment methods you will also need to download the PayPal and Venmo test-flight apps to scan the QR code on your sandbox readers to complete the payment. To get you access to these test apps, you will need to request this from your Braintree Solutions Engineer or Integration Engineer.
orderId
field for PayPal and Venmo TransactionsBy default, your PayPal account may have the "Block Payments" setting configured to "Yes, block multiple payments per invoice ID" which would reject transaction requests using the same orderId
. This could either impact your regular testing or split tender transactions, which could use the same orderId
. To resolve this, log into your PayPal account, navigate to Account Settings > Payment Preferences > Update Block Payments, and set to "No, allow multiple payments per invoice ID" as depicted below:
First, you will need to sign up for a
Then, you'll need to both a sandbox Business account, as well as a sandbox Personal account.
The Account ID/Payer ID will be used to enable QRC on your locationId
and the login credentials for the Personal account will be used to login to the .
By clicking on the "GraphQL Variables" tab below you will notice that there are variables called "enableQRCodePayments"
which must be "true"
and "payerId"
which will be retrieved from your own PayPal account as mentioned in .
To make a transaction with QRC does not require any extra steps. For more details, .
Note that you have two potential options to pass in the :
We only support and for QRC transactions. In the event that you are unable to complete one of these refund types, you may complete an to an alternate payment method (credit or debit card) of the customer's choice.