cURL
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" }
Unblock a blocked payment method to allow future use
Bearer authentication using access token
Payment method ID
"pmi_abc123"
Payment method unblocked
New status
"active"
Update timestamp
"2024-01-15T10:40:00Z"