Check Transaction Status

To check the status of a payment intent, use the paymentIntentUniqueId. This allows you to check the status of the payment intent, specifically the transaction.transactionStatus.

Endpoint

POST Request https://api.fenanpay.com/api/v1/payment/intent/api/status Headers
apikey: YOUR_API_KEY
Request Body
{
  "paymentIntentUniqueId": "2404542451810305"
}
This endpoint returns a Payment Intent object.