{
"pspType": "GIGADAT",
"type": "PAYIN",
"isTestMode": false,
"name": "John Test",
"email": "merchant-user@example.com",
"phone": "07700900000",
"baseamount": 10.00,
"currency": "CAD",
"userId": "000000000000000000000001",
"userIp": "1.2.3.4"
}curl --location 'https://backend.app.mozarto.io/v1/api/mozarto/cashier' \
--header 'Authorization: Bearer {{COMPANY_TOKEN}}' \
--header 'x-user-token: Bearer {{USER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pspType": "GIGADAT",
"type": "PAYIN",
"isTestMode": false,
"name": "John Test",
"email": "merchant-user@example.com",
"phone": "07700900000",
"baseamount": 10.00,
"currency": "CAD",
"userId": "000000000000000000000001",
"userIp": "1.2.3.4"
}'{
"status": "success",
"message": "Gigadat CPI payment initiated successfully",
"isSuccess": true,
"data": {
"transactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"databaseTransactionId": "64a1f2b3c4d5e6f7a8b9c0d1",
"method": "GET_REDIRECT",
"webflowURL": "https://interac.express-connect.com/webflow?transaction=64a1f2b3c4d5e6f7a8b9c0d1&token=<payment-token>",
"formSubmissionURL": null,
"instructions": "Use direct redirect to webflowURL",
"paymentToken": "<payment-token>",
"transaction_status": "Pending",
"amount": 10.00,
"merchantReference": "",
"data": {
"gigadatTransactionId": "64a1f2b3c4d5e6f7a8b9c0d1"
}
}
}