Skip to main content

Get Card Details

Introduction

The "Get Card Details" feature allows users to retrieve card details by making an HTTP POST request to our API. This documentation provides details on how to retrieve card details and includes code examples in various programming languages.

Retrieving Card Details

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

Endpoint

https://api.mypayd.app/api/v2/payments

Authorization

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

AUTHORIZATION: Basic Auth

Username <username>
Password <password>

Code Examples

Below are code examples in different programming languages demonstrating how to retrieve card

curl --location 'https://api.mypayd.app/api/v2/payments' \
--data ''

Conclusion

The "Get Card Details" feature provides a convenient way for users to retrieve card details securely. By following the instructions outlined in this documentation, users can easily integrate card detail retrieval into their applications or services.