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
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.
The text was updated successfully, but these errors were encountered:
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
@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.
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?
While Using
place pay
plugin for transaction, i gettransaction_id
onpaid
callback method.But while not using
place pay
plugin and using API likehttps://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 usingplace pay
plugin.The text was updated successfully, but these errors were encountered: