POST /api/v1/Pos/PaymentSignature
This service provides the calculation of the payment signature parameter required for the Top-up service.
Parameters | Required | Type | Description |
---|---|---|---|
cardGuid | Evet | String | Card GUID value |
amount | Evet | String | Amount |
installment | Evet | String | Number of Installments |
Parameters | Type | Description |
---|---|---|
resultObject | Object | |
signature | Boolean | Signature Hash |
resultInfo | Object | |
isSuccess | boolean | Success status |
code | String | Code |
description | String | Description |
message | String | Message |
innerInfo | String | Inner Information |
mapCodeForLastUser | String | - |
statistics | String | - |
POST /api/v1/Pos/CreditCardTopUp_3dSecure
It is a service used for credit card top-ups.
NOTE: The 3D page should be opened by adding threeDUrl after https://testpos.param.com.tr/This.
Parameters | Required | Type | Description |
---|---|---|---|
cardGuid | Yes | String | Card GUID value |
amount | Yes | String | Amount |
installment | Yes | String | Number of Installments |
creditCardNumber | Yes | String | Card Number |
cardHolder | Yes | String | Name and Surname on the Card |
expireMonth | Yes | String | Expiration Date (Month) |
expireYear | Yes | String | Expiration Date (Year) |
cvc | Yes | String | Security Code on the Back of the Card |
ipAddress | Yes | String | Customer's IP Address |
applicationType | Yes | String | Application Operating System (Android & IOS) |
applicationName | Yes | String | Application name |
paymentSignature | Yes | String | Signature Hash |
Parameters | Type | Description |
---|---|---|
resultObject | Object | |
status | Boolean | Status Information |
statusDescription | String | Status Information Description |
threeDUrl | Boolean | URL to which the customer will be redirected |
resultInfo | Object | |
isSuccess | boolean | Success status |
code | String | Code |
description | String | Description |
message | String | Message |
innerInfo | String | Inner Information |
mapCodeForLastUser | String | - |
statistics | String | - |
POST /api/v1/Pos/AddCard
Credit and debit card storage service.
Parameters | Required | Type | Description |
---|---|---|---|
cardGuid | Yes | String | Card GUID value |
creditCardNumber | Yes | String | Card Number |
creditCardCardHolder | Yes | String | Name and Surname on the Card |
creditCardExpireMonth | Yes | String | Expiration Date (Month) |
creditCardExpireYear | Yes | String | Expiration Date (Year) |
creditCardCvc | Yes | String | Security Code on the Back of the Card |
Parameters | Type | Description |
---|---|---|
resultObject | Object | |
status | Boolean | Status Information |
statusDescription | String | Status Information Description |
userUniqueid | Boolean | User Id Value |
resultInfo | Object | |
isSuccess | boolean | Success status |
code | String | Code |
description | String | Description |
message | String | Message |
innerInfo | String | Inner Information |
mapCodeForLastUser | String | - |
statistics | String | - |