Searching for Payments
Using this endpoint will allow you to get the latest details against a payment.
{publicRuntimeConfig.apiURL}/v1/card/payment/{paymentUUID}/details
(Full example: docs)
curl --location --request POST 'https://api.vendreo.com/v1/card/payment/{paymentUUID}/details' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {AUTH_TOKEN}'