paystack-verification
Installation
SKILL.md
Paystack Verification
The Verification API provides KYC tools for account resolution, validation, and card BIN lookups.
Depends on: paystack-setup for the
paystackRequesthelper.
Related: paystack-miscellaneous for fetching bank codes.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /bank/resolve |
Resolve account number to name |
| POST | /bank/validate |
Validate account ownership |
| GET | /decision/bin/:bin |
Resolve card BIN |
Resolve Account Number
Confirm an account belongs to the right customer. Returns the account holder's name.
Related skills