Create Payment
Header parameters
AuthorizationstringRequiredExample:
Authorization header starting with IYZWSv2 and a signed hash value encoded in base64.
IYZWSv2 aXBzaWduYXR1cmU...Content-TypestringRequiredExample:
Content-Type value.
application/jsonBody
conversationIdstringOptionalExample:
Unique ID used to match request/response.
conversationIdlocalestring · enumOptionalExample:
Language code. Allowed values; tr, en. Default; tr
enPossible values: paidPricedecimalRequiredExample:
Total amount to be charged from the buyer.
1pricedecimalRequiredExample:
Basket total amount.
1paymentGroupstring · enumOptionalExample:
Payment group. Default; PRODUCT.
PRODUCTPossible values: currencystring · enumRequiredExample:
Currency. Default; TRY.
TRYPossible values: installmentinteger · enumOptionalPossible values:
Installment count. If omitted, single payment (1) is applied.
basketIdstringOptionalExample:
Basket ID.
B67832paymentChannelstring · enumOptionalExample:
Payment channel.
WEBPossible values: Responses
200
Successful response
application/json
400
Invalid request / validation error
application/json
post
/payment/authSample Codes
Last updated
