You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On sdk 4.x, We can get the paymentId easily. localPaymentClient.startPayment(request, (result, error) -> { // do any preprocessing result.getPaymentId() localPaymentClient.approvePayment(MyActivity.this, result); }); }
Braintree recommends that you store the payment_id returned to your client when starting the payment, and map it to a shopping cart identifier or some other form of identifier. When this webhook is received by your server, you can then look up the pending order using the included payment_id.
I see the latest iOS SDK also can get the paymentId
Is your feature request related to a problem? Please describe.
LocalPaymentAuthRequestParams. paymentId can only be accessed from within the same library group (referenced groupId=com. braintreepayments. api
Describe the solution you'd like.
No response
The text was updated successfully, but these errors were encountered: