- Вступ
- Початок роботи
- Рецепти
- Загальні концепції
- Особистий кабінет торговця
- Довідка
- Наші методи
- E-Commerce еквайринг
- Грошові перекази
- Платежі з цифрового гаманця
- Картки та рахунки (UAPI)
- Перекази SEPA
- Платіжні операції з використанням токенів
- Apple Pay
- Google Pay
/p2pTransfer
Developing
Cloud Mock
Cloud Mock
POST
/p2pTransfer
Maintainer:Not configured
Request
Header Params
ExtSystemid
string
required
Example:
ECOM_GOLD_BANK
login
string
required
Example:
SECURE_LOGIN
password
string
required
Example:
SECURE_PASSWORD
orderNumber
string
required
Example:
1234
orderId
string
optional
Example:
dbafea6c-3394-4f6a-a0d2-21d3d8e93e42
RegDate
string
required
Example:
2023-09-12 12:16:00
x-uws-clientdn
string
required
Example:
GOLDENBANK
Content-Type
string
optional
Example:
application/json
charset
string
optional
Example:
UTF-8
accept
string
required
Example:
application/json
Body Params application/json
orderData
object
required
amount
number
150000
<= 10000000000000000000
currency
string
optional
>= 3 characters<= 3 characters
externalFee
string
optional
<= 9 characters
description
string
required
<= 512 characters
sender
object
optional
pan
string
optional
<= 20 characters
expiry
string
optional
<= 4 characters
Example:
2412
Match pattern:
YYMM
cvc
string
optional
>= 3 characters<= 3 characters
Example:
123
Match pattern:
^\d+$
senderCardName
string
optional
<= 28 characters
senderAddress
string
optional
<= 35 characters
senderCity
string
optional
<= 25 characters
Example:
Kyiv
senderCountry
string
optional
>= 3 characters<= 3 characters
Example:
804
senderPostalCode
string
optional
<= 8 characters
Example:
M79019
sendercardalias
string
optional
Match pattern:
200
sendertoken
string
optional
При вимозі виконання платіжної операції з використанням платіжного токену тег заповнюється значенням платіжного jwt-токена.
<= 1000 characters
receiver
object
optional
receiverPAN
string
optional
<= 20 characters
receiverName
string
optional
<= 35 characters
receivertoken
string
optional
<= 1000 characters
pageData
object
required
language
string
required
>= 2 characters<= 2 characters
Example:
uk
returnUrl
string
required
<= 512 characters
failUrl
string
required
<= 512 characters
param
object
optional
paramName
string
optional
Example:
paramValue
browserParams
object
required
javascriptEnabled
string
required
Example:
true
userAgent
string
required
Example:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.3
colorDepth
string
required
<= 3 characters
Example:
24
screenHeight
string
required
screenWidth
string
required
javaEnabled
boolean
required
Default:
true
browserLanguage
string
required
Example:
uk-UA
browserTimeZone
string
required
Example:
Europe/Kiev
browserAcceptHeader
string
required
Example:
*/*
browserIpAddress
string
required
>= 3 characters<= 5 characters
Example:
192.139.102.100
browserTimeZoneOffset
string
required
>= 3 characters<= 5 characters
Example:
-120
fingerprint
string
optional
os
string
optional
osversion
string
optional
mobile
string
optional
screenPrint
string
optional
plugins
string
optional
deviceType
string
optional
device
string
optional
paramsp2p
object
optional
payerName
string
optional
payerAddress
string
optional
payerCity
string
optional
payerCountry
string
optional
payerPostalCode
string
optional
payerState
string
optional
payerDateOfBirth
string
optional
payerPhone
string
optional
payerIdType
string
optional
payerIdNumber
string
optional
payerIdExpiration
string
optional
payerIdCountry
string
optional
recipientAddress
string
optional
recipientCity
string
optional
recipientCountry
string
optional
recipientPostalCode
string
optional
recipientState
string
optional
recipientDateOfBirth
string
optional
recipientPhone
string
optional
recipientIdType
string
optional
recipientIdNumber
string
optional
recipientIdExpiration
string
optional
recipientIdCountry
string
optional
payerAccountNumber
string
optional
businessApplicationIdentifier
string
optional
fundingOrPaymentTransactionTypeIndicator
string
optional
fundingSource
string
optional
recipientName
string
optional
recipientAccountNumber
string
optional
recipientAccountType
string
optional
payerAccountType
string
optional
Example
{
"orderData": {
"amount": 100,
"currency": 980,
"description": "Auth description"
},
"sender": {
"pan": "5248723336511397",
"expiry": "2606",
"cvc": "576",
"senderCardName": "sender name",
"sendercardalias": "My card for ZP",
"sendertoken": "publish"
},
"receiver": {
"receiverPAN": "5248723339655340"
},
"param": {
"paramName": "tran_type",
"paramValue": "transfer"
},
"pageData": {
"language": "uk",
"returnUrl": "https://secure-stg.secure3d.net/m3uc/action/8e43c4b5-5b1d-4d25-906f-a2f5b03fb49c/complete_3ds",
"failUrl": "https://secure-stg.secure3d.net/m3uc/action/8e43c4b5-5b1d-4d25-906f-a2f5b03fb49c/complete_3ds"
},
"browserParams": {
"browserTimeZone": "Europe/Kiev",
"browserTimeZoneOffset": "-120",
"browserLanguage": "uk-UA",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36",
"browserAcceptHeader": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
"browserIpAddress": "8.8.8.8",
"screenWidth": "1920",
"screenHeight": "1080",
"javaEnabled": "false",
"colorDepth": "24"
},
"paramsp2p": {
"payerName": "sender name"
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mock.apidog.com/m1/483896-0-default/p2pTransfer' \
--header 'ExtSystemid: ECOM_GOLD_BANK' \
--header 'login: SECURE_LOGIN' \
--header 'password: SECURE_PASSWORD' \
--header 'orderNumber: 1234' \
--header 'orderId: dbafea6c-3394-4f6a-a0d2-21d3d8e93e42' \
--header 'RegDate: 2023-09-12 12:16:00 ' \
--header 'x-uws-clientdn: GOLDENBANK' \
--header 'charset: UTF-8' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderData": {
"amount": 100,
"currency": 980,
"description": "Auth description"
},
"sender": {
"pan": "5248723336511397",
"expiry": "2606",
"cvc": "576",
"senderCardName": "sender name",
"sendercardalias": "My card for ZP",
"sendertoken": "publish"
},
"receiver": {
"receiverPAN": "5248723339655340"
},
"param": {
"paramName": "tran_type",
"paramValue": "transfer"
},
"pageData": {
"language": "uk",
"returnUrl": "https://secure-stg.secure3d.net/m3uc/action/8e43c4b5-5b1d-4d25-906f-a2f5b03fb49c/complete_3ds",
"failUrl": "https://secure-stg.secure3d.net/m3uc/action/8e43c4b5-5b1d-4d25-906f-a2f5b03fb49c/complete_3ds"
},
"browserParams": {
"browserTimeZone": "Europe/Kiev",
"browserTimeZoneOffset": "-120",
"browserLanguage": "uk-UA",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36",
"browserAcceptHeader": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8",
"browserIpAddress": "8.8.8.8",
"screenWidth": "1920",
"screenHeight": "1080",
"javaEnabled": "false",
"colorDepth": "24"
},
"paramsp2p": {
"payerName": "sender name"
}
}'
Responses
🟢200Success
application/json
Body
orderParam
object
required
orderStatus
integer
required
orderId
string
required
orderVerifyFlag
integer
required
0 - 3Ds автентифікація;
1 - Аутентифікація через otp пароль тільки для НПС «ПРОСТІР»
null або параметр відсутній - відсутня 3D аутентифікація
orderAuthParam
object
required
fee
object | null
optional
feeAmount
string
optional
Example:
"feeAmount": "7880"
feeCurrency
string
optional
Example:
"feeCurrency": "980"
auth3DData
object
required
Може бути відсутнім, якщо orderVerifyFlag = 1
acsurl
string
required
paReq
null
required
creq
string
required
Повідомлення EMV 3-D Secure, що надсилається 3DS SDK або сервером 3DS, в якому від власника картки в ACS надсилається додаткова інформація для підтримки процесу аутентифікації. Він повинен бути присутнім для 3-D Secure 2, якщо потрібна перевірка власника картки.
tokenifo
object
required
tokenid
integer
required
JWT платіжного токену
tokenexpiry
string
required
Match pattern:
yyyy-mm-ddThh:mm:ss
token
string
optional
<= 800 characters
Examples
{
"orderParam": {
"orderStatus": 2,
"orderId": "28730d8f-7d8f-42fc-876d-98ec89215703",
"orderAuthParam": {
"approvalCode": "156032",
"authCode": 2
}
},
"fee": {
"feeAmount": "220",
"feeCurrency": "980"
},
"auth3DData": {
"acsurl": null,
"paReq": null,
"creq": null
},
"tokeninfo": {
"tokenid": "294685",
"tokenexpiry": "2024-10-19T16:07:06",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnQiOiJwYW5DbGllbnQiLCJpZCI6IjY3MGUzMGJhNzMyYjc0YmVmMmZkNjM3OCIsInBhbl9tYXNrIjoiNTEyNzQzKioqKioqMjg5MCIsImV4cGRhdGUiOiIyOTA3IiwiY29uZl9kYXRhIjoiMWViMDUwYjJhNDE5OTI2YTRjZDk1MzdjM2M4NTczODc1ODE2YTgwYmY3ZjIzMWU2OTQ1OWEzNDliZjI2MTU4YzBlMDM4ODVhMjE5YzYyNWViNThiYzVkNmMyZjIxOTFkYTkzMWJlMDE5NmNlMTIzY2IzOWU5ODgzYzZhYTFiNjgxZDhhZWZkY2I4YTk2YzRiNDA5MzI1Y2JlYTFjNzYyNDUzNDgzZTViZDJmOTdiMjk1YjViY2ZmMDUxZGQxODM3OTRmNWYwNDdmYWEyZDU4MmJiOGViMWU2ZTNlNTk2ZjVjYjQ5MzMwZDJkN2E0NGJhMTQ0MDdmODYyYjJhYjZkOSIsInN1YiI6IjI5NDY4NSNNeSBjYXJkIGZvciBaUCM1MTI3IyMjIyMjMjg5MCMiLCJleHAiOjE3MjkzNDMyMjZ9.GhQVizQxLRy-0rB-CN5ePOtTF8-6zN6rqDoKgpDnskI"
}
}
Modified at 2024-10-24 09:44:05