Skip to main content
POST
/
merchant-applications
/
apply
Submit a merchant onboarding application
curl --request POST \
  --url https://api.getovra.com/merchant-applications/apply \
  --header 'Content-Type: application/json' \
  --header 'X-Dashboard-Secret: <x-dashboard-secret>' \
  --data '
{
  "email": "jsmith@example.com",
  "contactName": "<string>",
  "companyName": "<string>",
  "website": "<string>",
  "country": "<string>",
  "monthlyVolume": "<string>",
  "useCases": [
    "<string>"
  ],
  "otherDetails": "<string>",
  "source": "<string>"
}
'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getovra.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Dashboard-Secret
string
required

Body

application/json
email
string<email>
required
Maximum string length: 320
contactName
string
Maximum string length: 120
companyName
string
Maximum string length: 200
website
string
Maximum string length: 500
country
string
Required string length: 2
monthlyVolume
string
Maximum string length: 40
useCases
string[]
Maximum array length: 16
Maximum string length: 40
otherDetails
string
Maximum string length: 1000
source
string
Maximum string length: 40

Response

Application stored