Get Payment
The Get Payment endpoint allows you to get the details and status of any payment, using the ID of the payment.
We recommend your store the payment ID in your database when you create a payment
HTTP request
Get a payment
GET
https://api.piecard.app/payment/:paymentId
Path Parameters
Name | Type | Description |
---|---|---|
paymentId* | string | The unique ID of the payment. This is returned when the payment is created. |
Usage with NPM Package
Example using Axios
Last updated