Skip to main content
GET
/
api
/
v1
/
payment-method
/
institution
/
codes
Resolve bank code to institution name
curl --request GET \
  --url https://staging.afx-server.com/api/v1/payment-method/institution/codes \
  --header 'x-api-key: <api-key>'
{
  "bankName": "<string>"
}
Resolves payment method user information for bank accounts or mobile money.

Authorizations

x-api-key
string
header
required

Static business API key from the dashboard

Query Parameters

searchTerm
string
required
country
enum<string>
default:US
required
Available options:
US
codeType
enum<string>
required
Available options:
swift_code,
routing_number

Response

object | null

Bank code resolved successfully.

bankName
string

The resolved bank or institution name.