Skip to main content
POST
/
v1
/
customers
/
payment-methods
/
{id}
/
unblock
Unblock Payment Method
curl --request POST \
  --url https://api.sandbox.zafapay.com/v1/customers/payment-methods/{id}/unblock \
  --header 'Authorization: Bearer <token>'
{
  "id": "pmi_abc123",
  "status": "active",
  "updated_at": "2024-01-15T10:40:00Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zafapay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication using access token

Path Parameters

id
string
required

Payment method ID

Example:

"pmi_abc123"

Response

Payment method unblocked

id
string

Payment method ID

Example:

"pmi_abc123"

status
string

New status

Example:

"active"

updated_at
string<date-time>

Update timestamp

Example:

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