API Documentation

Integrate LindaPay's escrow service into your application with our powerful and secure API.

Authentication

Secure your API requests using API keys

All API requests must be authenticated using your API key. Include it in the header of each request:

Authorization: Bearer YOUR_API_KEY

Endpoints

Create Escrow

Initiate a new escrow transaction

Method: POST

Path: /api/v1/escrows

Get Escrow

Retrieve details of an existing escrow

Method: GET

Path: /api/v1/escrows/:id

Update Escrow

Update the status of an escrow

Method: PUT

Path: /api/v1/escrows/:id

List Escrows

List all escrows for the authenticated user

Method: GET

Path: /api/v1/escrows

Security Features

Encryption

All data is encrypted in transit and at rest using industry-standard protocols.

Secure Transactions

Multi-step verification process ensures the security of all financial transactions.

User Authentication

Robust user authentication and authorization mechanisms to protect user data.