Ukrcard en
  1. Google Pay
Ukrcard en
  • Overview
  • Integration
  • Recipes
  • General Concepts
  • Merchant dashboard
  • References
    • Setting up and using the callback service
    • Transaction processing flows
    • Response Codes
    • Test Data
  • Our Restful API
    • E-Commerce acquiring
      • /Payment
      • /Preauthorization
      • /CancelPreauthorization
      • /Completion
      • /Confirm
      • /ConfirmExt
      • /Reverse
      • /Refund
      • /Verify
    • Transfers
      • /р2рTransfer
      • /Confirm
      • /ConfirmExt
      • /Reverse
      • /Refund
      • /Verify
    • Cards and accounts (UAPI)
      • /cards/issuacevirtualcard (140-Request for issuance of a virtual card)
      • /cards/issuacephysicalcard (141-Request for a physical card)
      • /cards/{panid}/baseparam/status (111-Request/change card status)
      • /cards/getcarddataecom (138-Request card details for eCommerce)
      • /cards/setpin (137-Request to set a PIN on a card)
      • /cards/changepin (136-Ordering a card PIN change and sending it via SMS )
      • /cards/gettransactions (122-Request for transaction history)
      • /cards/{panid}/baseparam/limits (112-Request/change card limits)
    • Payment transactions using tokens
      • /Payment
      • /Preauthorization
      • /Confirm
      • /ConfirmExt
      • /р2рTransfer
      • /Panbytoken
    • Apple Pay
      • /PaymentAppleD
      • /PaymentAppleE
      • /p2pTransferAppleD
      • /p2pTransferAppleE
    • Google Pay
      • /PaymentGoogleD
        POST
      • /PaymentGoogleE
        POST
      • /p2pTransferGoogleD
        POST
      • /p2pTransferGoogleE
        POST
  1. Google Pay

/p2pTransferGoogleD

POST
/p2pTransferGoogleD
p2pTransferGoogleD - Request for Google Pay p2p transfer with decrypted data Google Pay
"authMethod": "CRYPTOGRAM_3DS"
"authMethod": "PAN_ONLY"

Request

Header Params

Body Params application/jsonRequired

Examples
{
    "merchant": "testapi",
    "additionalParameters": {
        "recipientName": "Boba Fett",
        "payerName": "Valerii Khasanov",
        "businessApplicationIdentifier": "PP",
        "recipientAccountNumber": "40263333804",
        "payerAddress": "Ivana Mazepi 46",
        "payerCountry": "804"
    },
    "description": "uuu",
    "fromCard": {
        "paymentData": {
            "gatewayMerchantId": "500000",
            "paymentMethod": "CARD",
            "paymentMethodDetails": {
                "authMethod": "PAN_ONLY",
                "pan": "5248721584280327",
                "expirationMonth": 12,
                "expirationYear": 2029
            },
            "messageId": "some-message-id",
            "messageExpiration": "1577862000000"
        }
    },
    "type": "DEBIT",
    "language": "en",
    "currencyCode": "980",
    "amount": 6050,
    "ip": "127.122.33.4",
    "returnUrl": "https://aix-wbl01svng.bt.bpc.in/"
}

==

Request Code 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
curl --location --request POST 'https://mock.apidog.com/m1/537337-0-default/p2pTransferGoogleD' \
--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;' \
--header 'accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "merchant": "testapi",
    "additionalParameters": {
        "recipientName": "Boba Fett",
        "payerName": "Valerii Khasanov",
        "businessApplicationIdentifier": "PP",
        "recipientAccountNumber": "40263333804",
        "payerAddress": "Ivana Mazepi 46",
        "payerCountry": "804"
    },
    "description": "uuu",
    "fromCard": {
        "paymentData": {
            "gatewayMerchantId": "500000",
            "paymentMethod": "CARD",
            "paymentMethodDetails": {
                "authMethod": "PAN_ONLY",
                "pan": "5248721584280327",
                "expirationMonth": 12,
                "expirationYear": 2029
            },
            "messageId": "some-message-id",
            "messageExpiration": "1577862000000"
        }
    },
    "type": "DEBIT",
    "language": "en",
    "currencyCode": "980",
    "amount": 6050,
    "ip": "127.122.33.4",
    "returnUrl": "https://aix-wbl01svng.bt.bpc.in/"
}

=='

Responses

🟢200
application/json
Body

Examples
{
    "redirect": "https://aix-wbl01svng.bt.bpc.in/?orderId=6487cefd-c239-47d1-bbba-a69f429d1c15",
    "info": "Your order is proceeded, redirecting...",
    "errorCode": 0,
    "startThreeDS2": false,
    "orderStatus": {
        "errorCode": "0",
        "errorMessage": "Success",
        "orderNumber": "202512200000001",
        "orderStatus": 2,
        "actionCode": 0,
        "actionCodeDescription": "Request processed successfully",
        "amount": 6050,
        "currency": "980",
        "date": 1766218225909,
        "orderDescription": "uuu",
        "ip": "127.122.33.4",
        "merchantOrderParams": [
            {
                "name": "payerAccountNumber",
                "value": "9999999999999995"
            },
            {
                "name": "payerAccountType",
                "value": "00"
            },
            {
                "name": "businessApplicationIdentifier",
                "value": "PP"
            },
            {
                "name": "payerAddress",
                "value": "Ivana Mazepi 4/6"
            },
            {
                "name": "payerCity",
                "value": "KYIV"
            },
            {
                "name": "recipientIdType",
                "value": "IDTP0016"
            },
            {
                "name": "payerName",
                "value": "Parimatch Parimatch"
            },
            {
                "name": "recipientName",
                "value": "Boba Fett"
            },
            {
                "name": "fundingSource",
                "value": "07"
            },
            {
                "name": "recipientIdNumber",
                "value": "77777777"
            },
            {
                "name": "payerCountry",
                "value": "804"
            },
            {
                "name": "payerState",
                "value": "payerState"
            }
        ],
        "attributes": [
            {
                "name": "mdOrder",
                "value": "6487cefd-c239-47d1-bbba-a69f429d1c15"
            }
        ],
        "cardAuthInfo": {
            "authorizationResponseId": "378864",
            "pan": "52487215****0327"
        },
        "authDateTime": 1766218226501,
        "terminalId": "ITF10104",
        "authRefNum": "000108378864",
        "p2pData": {
            "debitPan": "",
            "creditPan": "52487215****0327"
        },
        "fraudLevel": 0
    },
    "success": true,
    "data": {
        "orderId": "6487cefd-c239-47d1-bbba-a69f429d1c15"
    }
}
Modified at 2025-12-22 11:23:03
Previous
/PaymentGoogleE
Next
/p2pTransferGoogleE
Built with