Skip to main content

Transaction Requests

Introduction

Transaction requests allow users to retrieve transaction details associated with a specific account by making HTTP GET requests to our API. This documentation provides details on how to retrieve transaction details and includes code examples in various programming languages.

Making Transaction Requests

To retrieve transaction details, users need to make an HTTP GET request to the specified endpoint with the required parameters.

Endpoint

https://api.mypayd.app/api/v1/accounts/:id/transaction-requests

Authorization

Users need to include basic authentication credentials in the request headers.

AUTHORIZATION: Basic Auth

Username <username>
Password <password>

Path variables

id

Code Examples

Below are code examples in different programming languages demonstrating how to send money to a mobile number using HTTP POST requests.

curl --location --request GET 'https://api.mypayd.app/api/v1/accounts/:id/transaction-requests' \
--data '
'