-
Notifications
You must be signed in to change notification settings - Fork 27
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
Comments
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? |
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. |
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. |
Closing as duplicate of #16 |
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?
The text was updated successfully, but these errors were encountered: