username:passwordAuthorization: Basic *****************{
"card_holder":"John Due",
"card_number": "5406675406675403",
"card_expiry": "12/26",
"card_cvv": "000",
"order_reference":"DZCDF8MI",
"force_3d": true,
"callback_url": "http://localhost/",
"order": {
"price": 100,
"tax": 20,
"delivery_price": 0,
"insurance_price": 0,
"discount": 0,
"total": 120,
"items": [
{
"product_name": "24 kt gold",
"price": 100,
"tax_rate": 20,
"tax": 20,
"amount": 1,
"total": 120
}
]
},
"customer":{
"external_id": "MNT1009832",
"fullname": "John Due",
"email": "johndue@example.com",
"phone": "+905322808035",
"birthdate": "1989-04-20",
"tax_office": "Test",
"tax_number": "03848333"
},
"address":{
"invoice_name": "John Due",
"invoice_address_line1": "test mah. test cad.",
"invoice_address_line2": "test sitesi",
"invoice_address_zipcode": "34320",
"invoice_address_town": "Beykoz",
"invoice_address_city": "İstanbul",
"invoice_address_country": "Türkiye",
"delivery_name": "John Due",
"delivery_address_line1": "test mah. test cad.",
"delivery_address_line2": "test sitesi",
"delivery_address_zipcode": "34320",
"delivery_address_town": "Beykoz",
"delivery_address_city": "İstanbul",
"delivery_address_country": "Türkiye"
}
}curl --location 'http://pay.tripingram.local/card/pay' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_holder":"John Due",
"card_number": "5406675406675403",
"card_expiry": "12/26",
"card_cvv": "000",
"order_reference":"DZCDF8MI",
"force_3d": true,
"callback_url": "http://localhost/",
"order": {
"price": 100,
"tax": 20,
"delivery_price": 0,
"insurance_price": 0,
"discount": 0,
"total": 120,
"items": [
{
"product_name": "24 kt gold",
"price": 100,
"tax_rate": 20,
"tax": 20,
"amount": 1,
"total": 120
}
]
},
"customer":{
"external_id": "MNT1009832",
"fullname": "John Due",
"email": "johndue@example.com",
"phone": "+905322808035",
"birthdate": "1989-04-20",
"tax_office": "Test",
"tax_number": "03848333"
},
"address":{
"invoice_name": "John Due",
"invoice_address_line1": "test mah. test cad.",
"invoice_address_line2": "test sitesi",
"invoice_address_zipcode": "34320",
"invoice_address_town": "Beykoz",
"invoice_address_city": "İstanbul",
"invoice_address_country": "Türkiye",
"delivery_name": "John Due",
"delivery_address_line1": "test mah. test cad.",
"delivery_address_line2": "test sitesi",
"delivery_address_zipcode": "34320",
"delivery_address_town": "Beykoz",
"delivery_address_city": "İstanbul",
"delivery_address_country": "Türkiye"
}
}'{
"data": {
"is_3d": true,
"redirect_url": "https://pay.test.mintedconnect.com/card/ojEcWcWNHJbhtjtdotugkHBRs6CmikuZBubSyUrJpoEpjnRSb0HWr5Sf5kocVdKAh5JMaBOMUEufVTAhHUZzglpcqUYcGPFYOrW1X5pR72fgUdzxxeWjMc3MjjTkypqs/redirect",
"token": "ojEcWcWNHJbhtjtdotugkHBRs6CmikuZBubSyUrJpoEpjnRSb0HWr5Sf5kocVdKAh5JMaBOMUEufVTAhHUZzglpcqUYcGPFYOrW1X5pR72fgUdzxxeWjMc3MjjTkypqs",
"payment_reference": "DZCDF8MIKM90",
"amount": 100,
"comission": 10,
"total": 110,
"gateway": "EF\\Epay\\Lidiopos",
"auth_mode": "preauth"
},
"success": true,
"code": 101,
"message": ""
}