question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix payment api to allow retrieving payment transaction tags

See original GitHub issue

See current code where we can’t specify accountId based on input transactionId;

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pierrecommented, Sep 23, 2016

@sbrossie @javier-gomez-hs I agree about adding the new API, something like:

Payment getPaymentByTransactionId(paymentTransactionId, bool, bool, properties, context);
1reaction
sbrossiecommented, Sep 20, 2016

The other option is to enhance our PaymentApi to allow retrieving a PaymentTransaction from its ID, and then do a similar thing in the resource than we do here.

@pierre Any thoughts?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Payment Request API - W3C
The PaymentRequest allows developers to exchange information with the user agent while the user is providing input (up to the point of user ......
Read more >
Retrieve Payment API | Mastercard Cross-Border Services
This resource is used to retrieve the Payment transaction using the payment ID. When using the Retrieve Payment API resource to check the...
Read more >
Tutorial | Google Pay API
Follow the steps in this tutorial to integrate a web application with the Google Pay API, and to configure it to accept payment...
Read more >
Payments API - PayPal Developer
Use the Payments REST API to easily and securely accept online and mobile payments. The payments name space contains resource collections for payments,...
Read more >
Stripe API reference – curl
Complete reference documentation for the Stripe API. ... Refer to our docs to accept a payment and learn about how client_secret should be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found