Skip to main content
GET
Get Payment Method

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

paymentMethodId
string
required

Response

Success (Card)

card
object

Card object Included only if payment_method_type = CARD.

integration_metadata
object
mandate
object

Mandate object. Refer to Mandate object data model in GET /mandates/{mandate_id}. Included only if payment_method_type = MANDATE.

payment_method_id
string

Finverse unique ID for this payment method. If the Sender has autopay_consent = true , this ID can be used to trigger additional payments on-demand (see POST /payments).

payment_method_type
string

Type of payment method. Possible values: CARD, MANDATE.