Jump to Content
RevalyRevaly HomeTrust CenterStatus
DocumentationAPI ReferenceChangelog
Revaly HomeTrust CenterStatusContact SupportRevaly
API Reference
Contact Support
DocumentationAPI ReferenceChangelog

API basics

  • Introduction
  • Authentication
  • API Health Check
  • Response Codes

Revaly

  • Payments
    • Process a payment (charge)post
    • Authorize a paymentpost
    • Capture an authorized paymentpost
    • Void a payment transactionpost
    • Refund a payment transaction by TransactionIdpost
    • Refund or cancel a payment transaction by merchant transaction IDpost
  • Payment Methods
    • Create a payment methodpost
    • List payment methodsget
    • Get payment method detailsget
    • Update payment methodpost
    • Redact payment methodpost
    • Recache payment methodpost
  • Transactions
    • List transactionsget
    • Get transaction detailsget
    • Get transaction details by merchant transaction IDget
  • Notify
    • Notify Revaly of payment eventspost
Powered by 

API Health Check

Revaly provides a dedicated Health Check endpoint:

https://api.revaly.co/health/live

Upon successful connection to the Health Check endpoint, you will receive the following confirmation message:

{
    "status": "Healthy",
    "timestamp": "2025-11-04T03:43:15Z"
}

📘

NOTE

No authentication is required for accessing the endpoint. Please limit test intervals to 5 minutes minimum.