Search Bank Codes

Before creating a payment, check the bank code

Search Bank Codes

GET https://api.stage.localpayment.com/api/resources/banks

Check the bank code required for LP while creating a PayIn.

Path Parameters

Name
Type
Description

CountryISOCode3*

String

Mandatory. Select the CountryISOCode3 required.

offset

String

A number indicating the number of results to skip before starting to return bank codes. Useful for paginating through a large list of results.

code

String

Filter the results by a specific bank code. Use this when you want to retrieve details for a known bank code.

name

String

Filter the list of bank codes by name. Returns all banks whose names contain the specified string

Headers

Name
Type
Description

Authorization*

String

Mandatory. JWT token in format Bearer eyj0.... For more information about authentication, please refer to Authentication.

Example request

curl --request GET \
     --url 'https://api.stage.localpayment.com/api/resources/banks?CountryISOCode3=ARG' \
     --header 'Authorization: Bearer <your_access_token>' \
     --header 'accept: application/json'

Example response

Check the CountryISO Code3 in the following section:

Country Codes

Last updated

Was this helpful?