3

アダプティブ ペイメントにライブ API 資格情報を使用すると、このエラーが発生します。

intrwebs とドキュメントを読んで、アカウントのアクセス許可で何かをする必要がありますが、公平を期すために、どれがどれかわかりません。レシーバー、API ホルダー、またはアプリ

アプリを作成し、キーを取得し、ステータスが「自動承認済み」になっています

私が使用しているリクエストは、「基本的な並行支払い」です (ある受信者から別の受信者へ、または購入者から販売者へ)

API キーを提供するアカウントはビジネス検証済みアカウントであり、アプリの下に同じアカウントが作成されています。

お金を受け取るように設定された口座は、ビジネス口座も確認済みです(銀行の小切手口座にリンクされています)

怒鳴るは私が送信している支払い要求です

<PayRequest xmlns="http://svcs.paypal.com/types/ap">
<requestEnvelope xmlns="">
<detailLevel>ReturnAll</detailLevel>
<errorLanguage>en_US</errorLanguage></requestEnvelope>
<actionType xmlns="">CREATE</actionType>
<cancelUrl xmlns="">[redacted]</cancelUrl>
<clientDetails xmlns=""><applicationId xmlns="">[redacted]</applicationId>
<customerId xmlns="">[redacted]</customerId>
<customerType xmlns="">buyer</customerType>
<ipAddress xmlns="">XXX.xxx.xxx.xxx</ipAddress>
<partnerName xmlns="">[redacted]</partnerName></clientDetails>
<currencyCode xmlns="">AUD</currencyCode>
<fundingConstraint xmlns="">
<allowedFundingType xmlns="">
<fundingTypeInfo xmlns="">
<fundingType xmlns="">ECHECK</fundingType></fundingTypeInfo>
<fundingTypeInfo xmlns="">
<fundingType xmlns="">BALANCE</fundingType></fundingTypeInfo>
<fundingTypeInfo xmlns=""><fundingType xmlns="">CREDITCARD</fundingType>
</fundingTypeInfo>
</allowedFundingType>
</fundingConstraint>
<ipnNotificationUrl xmlns="">[redacted]</ipnNotificationUrl>
<receiverList xmlns=""><receiver xmlns=""><amount xmlns="">2.00</amount>
<email xmlns="">recivers@pyapal.verifedaccount.com</email>
<paymentType xmlns="">GOODS</paymentType></receiver></receiverList>
<sender><useCredentials xmlns=""></useCredentials></sender>
<account xmlns=""><phone xmlns=""></phone></account>
<returnUrl xmlns="">[redacted]</PayRequest>

編集:多分注目に値するのは、ライブ支払いをテストしているURLがステージングURL(本番ではない)であることです

4

1 に答える 1