Walk-in: Payment Flow #88
Replies: 2 comments 1 reply
-
|
@dubeyAyush The payments are going to be performed through a payments link. Here is an example. https://github.com/Beckn-One/DEG/blob/draft/docs/implementation-guides/v2/EV_Charging_V0.8-draft.md?plain=1#L1783. We will not take the bank account number details or UPI vpa details as part of the payments object. |
Beta Was this translation helpful? Give feedback.
-
|
(Discussed in NBSL - FIDE meeting on 5 Nov 2025) An issue should be created to correct this, and example json added. Next Actions:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The payment status is changed here:
https://github.com/Beckn-One/DEG/blob/405fd47f7f209f84f94169e58a3cc8832ee0431a/docs/implementation-guides/v2/EV_Charging_V0.8-draft.md?plain=1#L1769
This is on_confirm API.
As it's a BPP lead payment (as the user journey desc it's UPI payment) no BPP VPA or BPP's payment information is shared in the API
Also, the payment confirmation should have been shared in an on_status call by BPP (and the payment status should have been updated in
confirmapi) but no such API call is shown.Requesting to please improve this part
Beta Was this translation helpful? Give feedback.
All reactions