- Retrieve payment card issuing bank names
Retrieve payment instruments
Create a payment instrument
Retrieve a payment instrument
Update payment instrument
Deactivate a payment instrument
Verify name on a payment instrument
Payment card created
Payment card expiration reminder
Payment card expired
Payment instrument modified
Retrieve payment card iss...
Retrieves a list of payment card issuing bank names.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payment-cards-bank-names
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/payment-cards-bank-names
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/payment-cards-bank-names
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/payment-cards-bank-names?limit=1000&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'