{
"pspType": "CASHLIB",
"type": "PAYIN",
"baseamount": 1.97,
"currency": "EUR",
"country": "France",
"countryCode": "FRA",
"dob": "1990-01-01",
"address": "123 Main Street",
"zipcode": "F-75001",
"city": "Paris",
"hppSuccessUrl": "https://example.com/success",
"hppCancelUrl": "https://example.com/cancel",
"merchantReference": "ORDER-4821"
}curl --location 'https://backend.app.mozarto.io/v1/api/mozarto/cashier' \
--header 'Authorization: Bearer {{BRAND_TOKEN}}' \
--header 'x-user-token: Bearer {{USER_TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"pspType": "CASHLIB",
"type": "PAYIN",
"baseamount": 1.97,
"currency": "EUR",
"country": "France",
"countryCode": "FRA",
"dob": "1990-01-01",
"address": "123 Main Street",
"zipcode": "F-75001",
"city": "Paris",
"hppSuccessUrl": "https://example.com/success",
"hppCancelUrl": "https://example.com/cancel",
"merchantReference": "ORDER-4821"
}'{
"status": "success",
"message": "Successfully",
"isSuccess": true,
"data": {
"redirectUrl": "https://backoffice-test.cashlib.com/purchase/...",
"transactionId": "6a723e2b7ef5d966c4dcbd9c",
"psp_transaction_id": "1152066205307-202608041708277320",
"transaction_status": "Pending"
}
}