Commit fb4495e
docs(kyc): note that receivers can require fields at payment time
The page said the hosted flow collects whatever `POST /customers` omitted.
That holds for the KYB review, but not for payment: receivers advertise their
own mandatory sender fields, and a missing one fails `POST /quotes` with
MISSING_MANDATORY_USER_INFO and no prompt anywhere. `businessType` is the case
that bites — GBP receivers require it, so an approved business can still be
unable to pay into them.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent c61a67f commit fb4495e
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
0 commit comments