Skip to main content
Safepay maintains a registry of Raast merchants - business entities that are fully onboarded with the Raast switch. Your aggregator merchants must link to one of these records via raast_merchant_id to inherit settlement permissions.
FieldDescription
idUnique Raast merchant identifier (for example, mer_2cab1524-805d-4a09-8e51-924ddf3f43ea).
legal_nameRegistered business name on the Raast network.
industryOptional classification that informs risk tooling.
statusLifecycle state (AVAILABLE, RESTRICTED, RETIRED).

Mapping workflow

  1. Query List Raast merchants to find the entity you need.
  2. Confirm the status is AVAILABLE. If not, contact support for guidance.
  3. Reference the id in your merchant creation payload (raast_merchant_id).
  4. Safepay validates the relationship and enables the aggregator merchant after KYC/KYB.
If the Raast merchant you need is missing, include its documentation in your aggregator onboarding request. Safepay will create it and share the new raast_merchant_id.

Due diligence

When you link to an existing Raast merchant, Safepay reuses the previously approved documentation. New Raast merchants require:
  • Business registration documents
  • Beneficial ownership details
  • Expected monthly volume and average ticket size
  • Contact information for compliance escalation
Processing can take longer when these artifacts are missing or incomplete.

Key endpoints

EndpointPurpose
GET /v1/aggregators/{{aggregator_id}}/raast-merchantsList Raast merchants with filters and pagination.
GET /v1/aggregators/{{aggregator_id}}/raast-merchants/{{raast_merchant_id}}Read a single Raast merchant.

See also