---
title: "Add member saved payment method"
method: POST
path: "/api/v2/member/saved-payment-methods"
tags: ["member"]
---

# Add member saved payment method

`POST /api/v2/member/saved-payment-methods`

This endpoint returns a temporary pre-authenticated URL that allows user to add a payment method. 
Redirect user to that URL, which will allow them to add a payment method using a Momence-hosted app. 
The URL will be valid for 3600 seconds. 
After the user finishes adding the payment method, they will get redirected to the URL provided.

## Request body

- ApiV2MemberManagePaymentMethodsRequestDto
  - `redirectUrl` string, required — URL to redirect after the add operation is completed
  - `redirectUrlOnCancel` string — Optional URL to redirect on cancel

## Response `200`

- ApiV2MemberManagePaymentMethodsResponseDto
  - `addPaymentMethodPageUrl` string, required — URL to redirect for adding a payment method

---

[API](https://skmtc.net/momence/apis/momence-public.md) · [All operations](https://skmtc.net/momence/apis/momence-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/momence/momence-public/revisions/5e27e54ff467/schema)
