How do i decode the payments/transaction endpoint #1992
Unanswered
albeferodriguez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi folks,
im trying to implement Adyen with advanced flow for iOS, and i found a problem that should be a stupid thing but i do not find a workaround.
When im consuming payment/transactions endpoints from my back i am receiving a struct similar to PaymentsResponse. In the example provided in this github, in the class DropInAdvancedFlowExample, is using this class to decode de service response, im doing it in that way but the problem i have is that PaymentsResponse es internal, so i cant use it, so what class i have to use to decode the response of payment/transaction?.
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions