#RIMO-issuing
1 messages · Page 1 of 1 (latest)
Hi! Sorry for the delay. I'm guessing you are talking about Stripe Issuing?
options.document.require_live_capture is a boolean
options.document.allowed_types is an array of strings with 3 possible values: "driving_license", "passport", and "id_card"
RIMO-issuing
options.document.allowed_types should be an array of strings. So something like this:
'allowed_types' => [ 'driving_license' ]
Is this working? If not, what is the error message? And do you have a request ID (req_xxx)?