Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

waqasshaheen123111's avatar

Airwallex Virtual Card Creation

Hi everyone,

I'm trying to integrate the Airwallex API to create a virtual card when an order is placed. According to the Airwallex docs, I'm including all the required fields.

Here’s the payload I’m currently sending:

json Copy Edit { "authorization_controls": { "allowed_merchant_categories": [7531], "transaction_limits": [ { "currency": "USD", "limits": [ { "type": "PER_TRANSACTION", "amount": 11616 } ] } ] }, "client_data": "order_100067", "created_by": "Dayne Thomas", "form_factor": "VIRTUAL", "issue_to": "INDIVIDUAL", "cardholder": { "individual": { "full_name": "Dayne Thomas", "mobile_number": "+18763613491", "date_of_birth": "1990-01-01" } }, "note": "Virtual card for Order #100067", "request_id": "some-uuid" }

0 likes
0 replies

Please or to participate in this conversation.