Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i get transaction_id while using APIs for transaction #5

Open
Ketan-Infyom opened this issue Feb 9, 2019 · 2 comments
Open

Comments

@Ketan-Infyom
Copy link

Ketan-Infyom commented Feb 9, 2019

While Using place pay plugin for transaction, i get transaction_id on paid callback method.
But while not using place pay plugin and using API like
https://test.placepay.com/api/v2/transaction_allocations?access_token=access_token_PbiZQlo6-XW4W3E0gHv47VMy5wk for transaction.

Transaction become successful and and get response but i don't find any transaction_id.
From where i can get transaction_id without using place pay plugin.

transaction-request

@Ketan-Infyom Ketan-Infyom changed the title how can i get transaction_id while using APIs for transaction How can i get transaction_id while using APIs for transaction Feb 9, 2019
@ianhalpern
Copy link
Member

@Ketan-Infyom I'm not sure why you are calling transaction_allocations directly in this way. If you are trying to allocate a transaction to an invoice with the plugin, just pass the invoice_id to the plugin. You can refer to the plugin configuration documentation (https://developer.placepay.com/#plugin-configuration) for more details on this. Let me know if that helps.

@mitulgolakiya
Copy link

@ianhalpern Thanks for your answer.

Everything is working fine with a plugin. But we have our web app where we integrated your plugin. And what we are trying to do is, customize the UI of your plugin to match with our designs. But we didn't find any way to customize your plugin designs. Also, our web app is in Angular6. so we are trying to make our own screens where we replicate the same functionality of your plugin and try to call the same APIs that plugin is calling or whatever is available on docs.

Let us know if is there any way to customize the design of plugin? Or how can we make it possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants