Rootshive
Create an AccountOnboardingStartUpsProduct DocumentationGo back Home
  • Welcome!
  • Quick Start
  • Reference
    • Authentication
      • Check Source
      • Generate Access Token
    • Collections
      • Wallet Balance
      • Create Payme
      • Generate Nuban
      • Verify Collections
    • Transfers
      • Initiating Single Transfers
      • Initiate Transfer (Single) API
      • Single Transfer Status
      • Reconcile Transfer
    • Events
      • Overview
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Collections

Verify Collections

Authorize this API call by including Authorization header that contains the word 'Basic' followed by a space and a base64-encoded string 'appid:rhkey' i.e. 'Basic base64(appid:rhkey)'

PreviousGenerate NubanNextTransfers

Last updated 11 months ago

Was this helpful?

Verify Collection

post
Authorizations
Body
referencestringOptionalExample: MCP1697015217134
Responses
200
Successful response
post
POST /collections/verify HTTP/1.1
Host: {{baseUrl}}
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "reference": "MCP1697015217134"
}
200

Successful response

No content