Skip to main content
GET
/
discoveries
List available receiving institution names
curl --request GET \
  --url https://api.lightspark.com/grid/2025-10-13/discoveries \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": [
    {
      "bankName": "BDO Unibank",
      "displayName": "BDO Unibank",
      "country": "PH",
      "currency": "PHP"
    },
    {
      "bankName": "BPI",
      "displayName": "Bank of the Philippine Islands",
      "country": "PH",
      "currency": "PHP"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Query Parameters

country
string

ISO 3166-1 alpha-2 country code (e.g. PH)

currency
string

ISO 4217 currency code (e.g. PHP)

Response

Successful operation

data
object[]

List of payment rails matching the filter criteria