MerchantStatus enum controls whether a merchant can receive payments. Every call to POST /api/v1/sdk/payments/process checks the merchant’s current status before proceeding.
Values
Companies (Self-Service)
Partners can toggle betweenACTIVE and PAUSED via:
- Management API:
PATCH /api/v1/management/merchants/{id}/status - Dashboard UI:
PATCH /api/v1/dashboard/merchants/{id}/status
If a merchant has been set to
FROZEN, BLACKLISTED, or SUSPENDED by the TapRails platform, self-service status updates will return 403 Forbidden. Contact TapRails support if you believe this is in error.
