Skip to main content
GET
https://staging.api.tribease.com/v2
/
v2
/
payment-intents
Get all Payment Payment Intents
curl --request GET \
  --url https://staging.api.tribease.com/v2/v2/payment-intents \
  --header 'Authorization: Bearer <token>'
{
  "paymentIntents": [
    {
      "id": "<string>",
      "amount": "<string>",
      "totalAmount": "<string>",
      "currency": "<string>",
      "receiptEmail": "<string>",
      "customerEmail": "<string>",
      "country": "<string>",
      "status": "<string>",
      "checkoutLink": "<string>",
      "clientReference": "<string>",
      "paymentMethods": [
        {
          "id": "<string>",
          "type": "<string>",
          "attributes": [
            {
              "name": "<string>"
            }
          ]
        }
      ],
      "callbackUrl": "<string>",
      "transaction": "<string>",
      "meta": [
        {}
      ],
      "settlementAccount": {
        "id": "<string>",
        "accountName": "<string>",
        "accountNumber": "<string>",
        "bankName": "<string>",
        "bankCode": "<string>",
        "createdAt": {},
        "updatedAt": {}
      },
      "createdAt": {},
      "updatedAt": {}
    }
  ]
}

Response Data

paymentIntents
array