Get Organization
Retrieve the details of a specific Merchant including their KYB status.
merchant_account_id
organization token of the merchant. String starting with org_.
/v1/partner/onboarding/organization/:merchant_account_id
Get Organization
curl -X get 'https://api.rapyd.net/v1/partner/onboarding/organization/org_f39c334dae3b3476d2c7ddfa5c1d3c72' \ -H 'access_key: your-access-key-here' \ -H 'Content-Type: application/json' \ -H 'idempotency: your-idempotency-parameter-here' \ -H 'salt: your-random-string-here' \ -H 'signature: your-calculated-signature-here' \ -H 'timestamp: your-unix-timestamp-here' \
{ "status": { "error_code": "", "status": "SUCCESS", "message": "", "response_code": "", "operation_id": "48340f2a-5212-41a2-85d5-0d2b982bb80e" }, "data": { "ewallet_token": "ewallet_4d228b775c055ec40f50db67efe98ac3", "merchant_account_id": "org_3a51a80f13b820e212c81a3b0d1b2f11", "merchant_name": "ABC Retailers", "created_at": "1754378827", "country": "DE" "kyb_status": "IDLE", "kyb_last_updated_at": "1754379827" } }