ZedPay
AuthenticationDeposits API
Disbursements API
AuthenticationDeposits API
Disbursements API
  1. Deposits API
  • Making a deposit
  • Make Deposit
    POST
  • Fetch transactions
    POST
  1. Deposits API

Fetch transactions

Developing
POST
/transactions

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.zzed.xyz/payment/v1/transactions' \
--header 'X-TenantId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "transactionType": "MEMBER_SAVINGS_DEPOSIT"
}'
Response Response Example
{}
Previous
Make Deposit
Built with