Skip to main content

Verify Integration

POST 

/api/v1/partners/verify

Self-service integration verification. Complete all 5 required scenarios to earn the "GoRoute Verified" badge.

Required Scenarios:

  1. test-success - Successfully send to sandbox participant 9999:test-success
  2. test-recipient-not-found - Handle recipient not found (9999:test-recipient-not-found)
  3. test-timeout - Handle timeout scenarios (9999:test-timeout)
  4. test-duplicate-event - Properly deduplicate webhook events (9999:test-duplicate-event)
  5. webhook-signature - Verify HMAC-SHA256 webhook signatures

Rate Limits: 10 attempts per organization per 24 hours.

Process:

  1. Send test transactions to sandbox participants
  2. Call this endpoint to verify your integration
  3. System checks transaction history and webhook delivery logs
  4. Earn badge when all 5 scenarios pass

Requestโ€‹

Responsesโ€‹

Successful Response