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 > Remittance Refunds

Remittance Refunds

Description

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

How it Works

Parameters

Sample Request (Havale iade)

POST {API_HOST}/api/v1/remittance-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": "H2104003019123",
    "amount": 34.56,
    "reason_code": 1,
    "description": " havale iade ",
    "idempotency_key":"5711de2d-67c0-4da4-ada0-115310adbfc4"
}
    ]
}



Sample Response

{
    "data": {
        {
           "amount": 34.56,
           "currencyCode":"TRY",
           "createdAt": "2021-03-31T17:00:29.5425295+03:00",
           "creditorAccountName": "ÇALIŞKAN KARDEŞLER A.Ş.",
           "debtorAccountName": "COLUCCI BORESLON",
           "executedAt": "2021-03-31T17:00:31.9702233+03:00",
           "queryNumber": "H2104003019123",
           "state": "APPROVED"
}