We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > EFT Refunds

EFT Refunds

Description

​This API refunds eft for corporate/individual account holders.​​​​

How it Works​

Parameters​

Sample Request (EFT iade)

POST {API_HOST}/api/v1/eft-refunds/
Headers:
X-IBM-client-id: {YOUR_CLIENT_ID} 
X-IBM-client-secret: {YOUR_CLIENT_SECRET}
X-Customer: {CREDITOR_CUSTOMER_NUMBER}
Authorization: Bearer {access_token} 
Content-Type: application/json


Sample Request


{
    "data": [
        {
    "reference_id": "100000000005513498",
    "amount": 110.00,
    "reason_code": 1,
    "description": " eft iade ",
    "idempotency_key":"5711de2d-67c0-4da4-ada0-115310adbfc4"
}
    ]
}​


Sample Response

{
    "data": {
        {
           "amount": 110.0,
           "currencyCode":"TRY",
           "createdAt": "2021-04-01T14:42:00.6288346+03:00",
           "creditorAccountName": "CEYLAN KAHRAMANLI",
           "debtorAccountName": "CANAN SALIK",
           "queryNumber": "0198384",
           "state": "APPROVED"
       }
} ​