Apply for Card Processing
Apply for card processing for one of your users, so that user can accept card payments. This creates a new application, which Finogate’s team then reviews.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Platform-realm card-processing application request body.
Unlike :class:CardAcquiringCreate, the target user_id travels in
the request body (not the path), and the compliance-check reference is
the shorter public field name kyb_id.
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

