API
Payments
Fetch Payment
1min
To fetch an individual payment, you only need to provide the payment’s unique ID.
GET
Params
Path Params
id
required
String
ID of the payment to get
Updated 23 Nov 2023
Did this page help you?
curl -X GET \ -u sk_your_key: \ "https://api.moyasar.com/v1/payments/{id}"
{ "type": "api_error", "message": "Object not found", "errors": null }