Skip to content
New issue

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

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

Already on GitHub? # to your account

Status param missing in HyperwalletPayment pojo #50

Open
Ruthreshwar opened this issue May 28, 2020 · 0 comments
Open

Status param missing in HyperwalletPayment pojo #50

Ruthreshwar opened this issue May 28, 2020 · 0 comments

Comments

@Ruthreshwar
Copy link

Below is the sample Hyperwallet payment response

{ "token" : "pmt-XXX", "status" : "COMPLETED", "createdOn" : "2020-05-27T07:08:20", "amount" : "2.00", "currency" : "USD", "clientPaymentId" : "XXX", "purpose" : "OTHER", "expiresOn" : "2020-08-25T07:08:20", "destinationToken" : "XXX", "programToken" : "XXX", "links" : [ { "params" : { "rel" : "self" }, "href" : "https://api.hyperwallet.com/rest/v4/payments/pmt-XXX" } ] }

The status parameter is missing in the HyperwalletPayment pojo.

Without the status parameter clients will not be able to map or read the status of the payment programatically.

Ruthreshwar pushed a commit to Ruthreshwar/java-sdk that referenced this issue May 28, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant