Kredi Kartı v1.0.0
Base URLs:
POST Redirect Link Preparing
POST /transaction_poppy/preparePageLink
İletilen parametreler ile bir yönlendirme link'i oluşturur ve Json objesiyle url parametresi olarak döner. Diğer bilgiler sizin gönderdiğiniz bilgilerdir
Params
Name | Location | Type | Required | Description |
|---|---|---|---|---|
tam-api-key | header | string | yes | none |
body | body | object | no | none |
» transaction_id | body | string | yes | none |
» user_id | body | string | yes | none |
» user_fullname | body | string | yes | none |
» username | body | string | yes | none |
» tckn | body | string | yes | none |
Responses
HTTP Status Code | Meaning | Description | Data schema |
|---|---|---|---|
200 | OK | Inline |
Responses Data Schema
HTTP Status Code 200
Name | Type | Required | Restrictions | Title | description |
|---|---|---|---|---|---|
» status | string | true | none | none | |
» result | string | true | none | none | |
» message | string | true | none | none | |
» showMessage | boolean | true | none | none | |
» data | object | true | none | none | |
»» url | string | true | none | none | |
»» user_id | string | true | none | none | |
»» user_fullname | string | true | none | none | |
»» username | string | true | none | none | |
POST Callback Request CreditCard
POST /YOUR_CALLBACK_URL
Her işlem sonucu bize bildireceğiniz callback url adresine POST methodu ile json body olarak gönderilir. Callback url Http status 200 dönene kadar 5 istek gönderir.
Whitelist için ip bildirilecektir.
Params Callback
Name | Location | Type | Required | Description |
|---|---|---|---|---|
body | body | object | no | none |
» transaction_id | body | string | yes | none |
» paid_amount | body | integer | yes | none |
» status | body | string | yes | none |
» type | body | integer | yes | none |
» createdAt | body | string | yes | none |
Responses Callback
HTTP Status Code | Meaning | Description | Data schema |
|---|---|---|---|
200 | OK | Inline |