Get Bank Codes for Country
Look up the supported bank names and their bank_code values for a country, for use in Add Bank Account.
Currently only PHL (Philippines) is supported.
Response data is a flat object mapping bank name to bank_code — pass the bank_code value as-is into add-bank-account’s bank_code field.
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
Path Parameters
ISO alpha-3 country code. Only PHL is currently supported.
Related topics
Add Bank AccountGet Bank AccountsGet Bank Account by IDGet User DetailsThrough API Endpoints