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

Sending Payments #35

Closed
sebnil opened this issue Aug 11, 2020 · 4 comments
Closed

Sending Payments #35

sebnil opened this issue Aug 11, 2020 · 4 comments

Comments

@sebnil
Copy link

sebnil commented Aug 11, 2020

I would like to automatically refunda PayId transaction that was made to my account. I suppose this is not possible at the moment. Is this something that you have planned on adding in the future?

@d11wtq
Copy link
Contributor

d11wtq commented Aug 11, 2020

Hi @sebnil,

What do you mean by refund? You can't initiate refunds via the app neither. Refunds are generated externally.

We do plan to have the ability to make payments and transfers in the API (with some added safeguards) but not sure this is what you're referring to?

@sebnil
Copy link
Author

sebnil commented Aug 12, 2020

Maybe refund is the wrong choice of word.

When I receive a payment with PayId I would like to in some cases send back the full or a partial amount. If that could be done by simply creating a new transaction in the other direction that would solve the problem. Will that work when you have implemented the additions to the API? My worry from experimenting with the current API is that I can't seem to find a reference to the person sending the money, to be able to send it back.

@d11wtq
Copy link
Contributor

d11wtq commented Aug 12, 2020

Gotcha 👍 Currently at this stage payments are completely absent from the API, both in terms of their metadata and in terms of the ability to send them. You'll see payments listed in the list of transactions, but only the basic transaction data. Both the ability to send payments and to get the rich metadata associated with payments will come; we're just not at that stage yet.

@d11wtq d11wtq changed the title Refund a PayId (or any) transaction Sending Payments Aug 12, 2020
@d11wtq
Copy link
Contributor

d11wtq commented Aug 13, 2020

Closing as duplicate of #16

@d11wtq d11wtq closed this as completed Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants