CLickBankINSV6.0 を C# アプリケーションに統合しようとしています。
次のようなサンプル応答を使用してみました。
{
"notification": {
"version": 6,
"attemptCount": 0,
"role": "VENDOR",
"site": "nicholeen",
"receipt": "********",
"currency": "USD",
"transactionType": "TEST",
"transactionTime": 1406070122781,
"paymentMethod": "VISA",
"totalProductAmount": 1,
"totalTaxAmount": 0,
"totalShippingAmount": 0,
"customer": {
"shipping": {
"firstName": "TEST",
"lastName": "USER",
"fullName": "Test User",
"email": "testuser@somesite.com",
"address": {}
},
"billing": {
"firstName": "TEST",
"lastName": "USER",
"fullName": "Test User",
"email": "testuser@somesite.com",
"address": {}
}
},
"lineItems": [
{
"itemNo": "1",
"productTitle": "A passed in title",
"shippable": false,
"recurring": false,
"customerProductAmount": 1,
"customerTaxAmount": 0
}
]
},
"iv": "1A0b7S1R"
}
しかし、常にクリックバンクから「テスト通知の送信に失敗しました」というメッセージが表示されます。
テストで成功する可能性のある人なら誰でも利用できるテスト応答のサンプルはありますか?