Hello,
I’m getting this as a response to a payment request if anyone could help?
{
"complete_payment_url": "https://api.cardflo.io/en/rapydResponse?ngpTxnRef=YL259TNZWGAW7ZH",
"amount": 0.01,
"address": {
"line_1": "Singel 101",
"zip": "1000",
"line_2": "117 NG",
"country": "GB",
"city": "Amsterdam",
"district": "Amsterdam",
"name": "JohnyDie",
"state": "North Holland"
},
"capture": false,
"description": "protectnetsolutions.com",
"error_payment_url": "https://api.cardflo.io/en/rapydResponse?ngpTxnRef=YL259TNZWGAW7ZH",
"fixed_side": "sell",
"statement_descriptor": "protectnetsolutionscom",
"client_details": {
"java_script_enabled": true,
"screen_color_depth": 24,
"screen_width": 1920,
"screen_height": 1080,
"java_enabled": false,
"language": "en-US",
"time_zone_offset": -330,
"ip_address": "1.1.1.1"
},
"expiration": "2025-05-06T11:27:28.660Z",
"currency": "EUR",
"merchant_reference_id": "REF1745925992213",
"payment_method_options": {
"cavv": "******************************",
"ds_trans_id": "56c55fc7-ba22-41f8-8f7f-011ee71fde2c",
"eci": "05",
"3d_version": "2.2.0"
},
"initiation_type": "customer_present",
"payment_method": {
"type": "fr_visa_card",
"fields": {
"number": "******************",
"expiration_year": "2029",
"cvv": "*****",
"expiration_month": "09",
"name": "test card"
}
},
"requested_currency": "EUR",
"customer": {
"name": "JohnyDie",
"email": "john@newgenpayments.com"
}
}
Rapyd: Response Data:
{
"status": {
"error_code": "INVALID_FIELD - [REQUESTED_CURRENCY]",
"status": "ERROR",
"message": "Please contact Rapyd Client Support.",
"response_code": "INVALID_FIELD - [REQUESTED_CURRENCY]",
"operation_id": "4a4743fc-4ab3-4efc-bcc4-1c89dc2116b9"
}
}