0

私がbraintree支払いゲートウェイを介して取引を行っているとき 、返された金額が1200未満である添付の応答を受け取りますが、braintreeダッシュボードでは1.200(10進数)を取得します。

"PAYMENT": {
        "transaction": {
            "id": "dhsaj2vy",
            "status": "submitted_for_settlement",
            "type": "sale",
            "currencyIsoCode": "EUR",
            "amount": "1200.00",
            "merchantAccountId": "5646466767909",
            "subMerchantAccountId": null,
            "masterMerchantAccountId": null,
            "orderId": null,
            "createdAt": "2017-08-19T13:05:47Z",
            "updatedAt": "2017-08-19T13:05:47Z",
            "customer": {
                "id": "8239041739880",
                "firstName": "a@g.com",
                "lastName": "",
                "company": null,
                "email": null,
                "website": null,
                "phone": null,
                "fax": null
            },
            "billing": {
                "id": "ff",
                "firstName": null,
                "lastName": null,
                "company": null,
                "streetAddress": null,
                "extendedAddress": null,
                "locality": null,
                "region": null,
                "postalCode": "5328",
                "countryName": null,
                "countryCodeAlpha2": null,
                "countryCodeAlpha3": null,
                "countryCodeNumeric": null
            },
            "refundId": null,
            "refundIds": [],
            "refundedTransactionId": null,
            "partialSettlementTransactionIds": [],
            "authorizedTransactionId": null,
            "settlementBatchId": null,
            "shipping": {
                "id": null,
                "firstName": null,
                "lastName": null,
                "company": null,
                "streetAddress": null,
                "extendedAddress": null,
                "locality": null,
                "region": null,
                "postalCode": null,
                "countryName": null,
                "countryCodeAlpha2": null,
                "countryCodeAlpha3": null,
                "countryCodeNumeric": null
            },
            "customFields": "",
            "avsErrorResponseCode": null,
            "avsPostalCodeResponseCode": "M",
            "avsStreetAddressResponseCode": "I",
            "cvvResponseCode": "I",
            "gatewayRejectionReason": null,
            "processorAuthorizationCode": "F6D7CV",
            "processorResponseCode": "1000",
            "processorResponseText": "Approved",
            "additionalProcessorResponse": null,
            "voiceReferralNumber": null,
            "purchaseOrderNumber": null,
            "taxAmount": null,
            "taxExempt": false,
            "creditCard": {
                "token": "6wh2v4",
                "bin": "555555",
                "last4": "4444",
                "cardType": "MasterCard",
                "expirationMonth": "12",
                "expirationYear": "2025",
                "customerLocation": "US",
                "cardholderName": null,
                "imageUrl": "https://assets.braintreegateway.com/payment_method_logo/mastercard.png?environment=sandbox",
                "prepaid": "Unknown",
                "healthcare": "Unknown",
                "debit": "Unknown",
                "durbinRegulated": "Unknown",
                "commercial": "Unknown",
                "payroll": "Unknown",
                "issuingBank": "Unknown",
                "countryOfIssuance": "Unknown",
                "productId": "Unknown",
                "uniqueNumberIdentifier": "4522ba536b44dec3d9d7a7cc3b059d1e",
                "venmoSdk": false,
                "maskedNumber": "555555******4444",
                "expirationDate": "12/2025"
            },
            "statusHistory": [{
                "timestamp": "2017-08-19T13:05:47Z",
                "status": "authorized",
                "amount": "12011.00",
                "user": "g5bareja@gmail.com",
                "transactionSource": "api"
            }, {
                "timestamp": "2017-08-19T13:05:47Z",
                "status": "submitted_for_settlement",
                "amount": "1200.00",
                "user": "g5bareja@gmail.com",
                "transactionSource": "api"
            }],
            "planId": null,
            "subscriptionId": null,
            "subscription": {
                "billingPeriodEndDate": null,
                "billingPeriodStartDate": null
            },
            "addOns": [],
            "discounts": [],
            "descriptor": {
                "name": null,
                "phone": null,
                "url": null
            },
            "recurring": false,
            "channel": null,
            "serviceFeeAmount": null,
            "escrowStatus": null,
            "disbursementDetails": {
                "disbursementDate": null,
                "settlementAmount": null,
                "settlementCurrencyIsoCode": null,
                "settlementCurrencyExchangeRate": null,
                "fundsHeld": null,
                "success": null
            },
            "disputes": [],
            "authorizationAdjustments": [],
            "paymentInstrumentType": "credit_card",
            "processorSettlementResponseCode": "",
            "processorSettlementResponseText": "",
            "threeDSecureInfo": null,
            "paypalAccount": {},
            "coinbaseAccount": {},
            "applePayCard": {}
        },

しかし、ダッシュボードには 1.200 と表示されていますが、braintree が正しい金額を返しているのに、小数点にエラーがあるのはなぜですか? ここに画像の説明を入力

4

1 に答える 1