A collection of endpoints that provides utility functions
| Method | HTTP | Path | Summary |
|---|---|---|---|
avs |
GET |
/address_verification/states |
List States (AVS) |
list_countries |
GET |
/country |
List Countries |
resolve_card_bin |
GET |
/decision/bin/{bin} |
Resolve Card BIN |
HTTP: GET
Path: /address_verification/states
paystack.miscellaneous.avs({ ... })| Name | Required |
|---|---|
country |
false |
HTTP: GET
Path: /country
paystack.miscellaneous.list_countriesHTTP: GET
Path: /decision/bin/{bin}
paystack.miscellaneous.resolve_card_bin(bin)| Name | Required |
|---|---|
bin |
true |