Transaction
Single payment intent
Retrieve Payment Intent by ID
To retrieve a single payment intent created by the merchant, use the paymentIntentId
. This allows you to check the status of the payment intent, specifically the transaction.transactionStatus
.
Endpoint
GET Request
/api/v1/payment/checkout/{{paymentIntentId}}
This endpoint returns a Payment Intent object.