Skip to main content
POST
Block Payment Method

Authorizations

Authorization
string
header
required

Bearer authentication using access token

Path Parameters

id
string
required

Payment method ID

Example:

"pmi_abc123"

Body

application/json
reason
string
required

Reason for blocking the payment method

Example:

"Suspected fraud"

Response

Payment method blocked

id
string

Payment method ID

Example:

"pmi_abc123"

status
string

New status

Example:

"blocked"

blocked_reason
string

Reason for blocking

Example:

"Suspected fraud"

updated_at
string<date-time>

Update timestamp

Example:

"2024-01-15T10:35:00Z"