Payments
/Get Payment Intent Status
Get Payment Intent Status
https://api.vivamo.co/v1/payment-intents/{paymentIntentId}/status
Retrieve the current status of a payment intent by paymentIntentId. Returns the overall intent status (no-payment, pending, success, failed) and an array of individual payment attempts.
Path parameters
paymentIntentIdstringRequired
The Vivamo payment intent ID returned when the intent was created.
Response
Payment intent status.
statusstringno-paymentstringpendingstringsuccessstringfailedstringpaymentsarray of objectidstringstatusstringpendingstringsuccessstringfailedstringsubStatusstringcreatedAtstringtypestringcardstringbankstringpay_by_bankstringcryptostringmessagesarray of object
Overall intent status.
An individual payment attempt within a payment intent.
Unique payment ID.
Payment status.
Additional detail when the payment has failed (e.g. `declined`, `error`).
Timestamp when the payment was created.
Payment method type used.
Processing messages associated with this payment.
Built with