Skip to main content
POST
Simulate card status

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Path Parameters

id
string<uuid>
required

Body

Simulate a card status change

status
enum<string>
required

Target card status

Available options:
ACTIVE,
FROZEN,
BLOCKED,
EXPIRED
Example:

"ACTIVE"

blockReason
enum<string>

Reason to block with, allowed only when status is BLOCKED. Defaults to SUSPECTED_FRAUD_PIN, which the unblock endpoint can lift; pass OTHER to produce a block that only Reap support can lift. CLIENT_REQUESTED is not offered here - block the card through POST /cards/{id}/block to get it.

Available options:
SUSPECTED_FRAUD_CVV,
SUSPECTED_FRAUD_EXPIRY,
SUSPECTED_FRAUD_PIN,
FRAUD_ALERT_CONFIRMED,
OTHER
Example:

"SUSPECTED_FRAUD_CVV"

Response

Response for status 204