Get Payment
The Get Payment endpoint allows you to get the details and status of any payment, using the ID of the 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
Was this helpful?