post https://$host.com/api/v1/v1/payouts/card
This endpoint is used to initiate a payout request to a recipient's card. It allows merchants or platforms to send funds directly to a user's card, enabling quick and efficient outbound payments. The payout process includes providing recipient card details, payout amount, currency, and optional metadata for tracking purposes. The endpoint supports various card networks and ensures secure processing of the payout request.
To access this endpoint, you must include a valid access token in the Authorization header. This token should be obtained from the /v1/auth endpoint after successful authentication. Refer to the authentication guide for detailed instructions on how to retrieve the access token.
