Skip to content

Commit

Permalink
feat(payment_methods_session_v2): add payment methods session endpoin…
Browse files Browse the repository at this point in the history
…ts (#7107)

Co-authored-by: Sanchith Hegde <[email protected]>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Anurag Thakur <[email protected]>
Co-authored-by: Pa1NarK <[email protected]>
Co-authored-by: Shankar Singh C <[email protected]>
Co-authored-by: Sai Harsha Vardhan <[email protected]>
Co-authored-by: hrithikesh026 <[email protected]>
Co-authored-by: Debarati Ghatak <[email protected]>
Co-authored-by: awasthi21 <[email protected]>
Co-authored-by: Gnanasundari24 <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Arindam Sahoo <[email protected]>
Co-authored-by: Arindam Sahoo <[email protected]>
Co-authored-by: Sakil Mostak <[email protected]>
Co-authored-by: AkshayaFoiger <[email protected]>
Co-authored-by: Riddhiagrawal001 <[email protected]>
Co-authored-by: Suman Maji <[email protected]>
Co-authored-by: Sandeep Kumar <[email protected]>
Co-authored-by: Debarshi Gupta <[email protected]>
Co-authored-by: Debarshi Gupta <[email protected]>
Co-authored-by: Sanchith Hegde <[email protected]>
Co-authored-by: Swangi Kumari <[email protected]>
Co-authored-by: pranav-arjunan <[email protected]>
Co-authored-by: Kashif <[email protected]>
Co-authored-by: Sagnik Mitra <[email protected]>
Co-authored-by: sweta-kumari-sharma <[email protected]>
  • Loading branch information
1 parent d093317 commit 9615382
Show file tree
Hide file tree
Showing 57 changed files with 2,671 additions and 1,431 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v2/customers/{id}/saved-payment-methods
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /v2/payment-method-session
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v2/payment-method-session/:id/list-payment-methods
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v2/payment-method-session/:id
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: put /v2/payment-method-session/:id/update-saved-payment-method
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v2/payment-methods/{id}/list-enabled-payment-methods
---
15 changes: 13 additions & 2 deletions api-reference-v2/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,17 @@
"api-reference/payment-methods/payment-method--confirm-intent",
"api-reference/payment-methods/payment-method--update",
"api-reference/payment-methods/payment-method--retrieve",
"api-reference/payment-methods/payment-method--delete"
"api-reference/payment-methods/payment-method--delete",
"api-reference/payment-methods/list-saved-payment-methods-for-a-customer"
]
},
{
"group": "Payment Method Session",
"pages": [
"api-reference/payment-method-session/payment-method-session--create",
"api-reference/payment-method-session/payment-method-session--retrieve",
"api-reference/payment-method-session/payment-method-session--list-payment-methods",
"api-reference/payment-method-session/payment-method-session--update-a-saved-payment-method"
]
},
{
Expand Down Expand Up @@ -122,7 +132,8 @@
"api-reference/customers/customers--retrieve",
"api-reference/customers/customers--update",
"api-reference/customers/customers--delete",
"api-reference/customers/customers--list"
"api-reference/customers/customers--list",
"api-reference/customers/customers--list-saved-payment-methods"
]
},
{
Expand Down
Loading

0 comments on commit 9615382

Please sign in to comment.