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/refund' \
--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":{"success":true,"message":"Non refund Transaction State","code":"49","order_reference":"DZCDF8MIKM61","total":120,"status":"refunded","ref_transaction_id":"uZ7bN-Fyqc-TC10-18309-021023","refunded_amount":120},"success":true,"code":0,"message":""}