Appearance
Get Pay ID
GET
/v1/pay/payid
Get your account's unique VALR PayID. Payments made with this reference will be credited to your account.
Authorizations
apiKey
Your API key
Type
API Key (header: X-VALR-API-KEY)
apiSignature
HMAC SHA512 signature of the request (see Authentication section)
Type
API Key (header: X-VALR-SIGNATURE)
apiTimestamp
Request timestamp in milliseconds
Type
API Key (header: X-VALR-TIMESTAMP)
Responses
Pay ID retrieved successfully
application/json
JSON
{
"payId": "8KDR68R4NA7HUD63CDCR"
}