Escrow API

APIs for escrow operations

Power your transactions with Realtimate's seamless escrow APIs.Get real-time status updates delivered straight to your Callback URL.Effortlessly integrate with your CRM to streamline inventory management.SecurityAll API endpoints and callbacks use HMAC-SHA256 encryption to ensure data integrity and authentication. Each request and callback includes a cryptographic signature for verification and protection against tampering.
End Points
Webhook NotificationsWebhooks will be triggered upon specific status updates, ensuring real-time notifications for seamless integration.Note: All callbacks include an X-Payload-Signature for verification.
Account Created Callback
{
  "event": "escrow_created",
  "externalRef": "KDAHEWD2",
  "accountNum": "RLTM000124",
  "accountName": "Mark Singh",
  "ifscCode": "ICIC000123",
  "bankName": "ICICI Bank",
  "status": "active"
}
Please note that it might take 30-60 seconds to create the account.