Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Fetching consumer id(token) on making payment with jwt

オープン
#53 コメント 3 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
java
領域
api, payments

調査の方向性

Issue の Flex token、microform、payment response から始め、サポートされている customer または payment-token フローについて CyberSource REST API のドキュメントを確認します。再利用可能な token または consumer ID が返されるか、サポートされているかを特定し、正しい統合パスを文書化できれば完了です。payload にはリポジトリのファイルやテストは記載されていません。

索引モデルが issue の本文から書いたものです。

説明

I generated flex token and used microform to add the card details into jwt. Once payment is successful how do I get the token or consumer id that I can use for future payments. Please help.

This is the response I get

{
"links": {
"self": {
"href": "/pts/v2/payments/5867929049116740203002",
"method": "GET"
},
"reversal": null,
"capture": {
"href": "/pts/v2/payments/5867929049116740203002/captures",
"method": "POST"
}
},
"id": "5867929049116740203002",
"submitTimeUtc": "2020-04-13T15:48:28Z",
"status": "AUTHORIZED",
"reconciliationId": null,
"errorInformation": null,
"clientReferenceInformation": {
"code": "COPART_UK",
"submitLocalDateTime": null,
"ownerMerchantId": null
},
"processingInformation": null,
"processorInformation": {
"authIndicator": null,
"approvalCode": "100",
"transactionId": "123456789012345",
"networkTransactionId": "123456789012345",
"providerTransactionId": null,
"responseCode": "0",
"responseCodeSource": null,
"responseDetails": null,
"responseCategoryCode": null,
"forwardedAcquirerCode": null,
"avs": {
"code": "U",
"codeRaw": "00"
},
"cardVerification": {
"resultCode": "N",
"resultCodeRaw": "4"
},
"merchantAdvice": null,
"electronicVerificationResults": null,
"achVerification": null,
"customer": null,
"consumerAuthenticationResponse": null,
"systemTraceAuditNumber": null,
"paymentAccountReferenceNumber": null,
"transactionIntegrityCode": null,
"amexVerbalAuthReferenceNumber": null,
"masterCardServiceCode": null,
"masterCardServiceReplyCode": null,
"masterCardAuthenticationType": null,
"name": null,
"routing": null,
"merchantNumber": null
},
"issuerInformation": null,
"paymentInformation": {
"card": null,
"tokenizedCard": {
"prefix": null,
"suffix": null,
"type": "001",
"assuranceLevel": null,
"expirationMonth": null,
"expirationYear": null,
"requestorId": null
},
"accountFeatures": null,
"bank": null
},
"orderInformation": {
"amountDetails": {
"totalAmount": null,
"authorizedAmount": "100.00",
"currency": "USD"
},
"invoiceDetails": null
},
"pointOfSaleInformation": null,
"installmentInformation": null,
"riskInformation": null,
"consumerAuthenticationInformation": null
}

主要言語
Java
スター
29
フォーク
50
平均マージ
28分
マージ済み PR(30日)
1

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CyberSource/cybersource-rest-client-java のほかの issue

CyberSource/cybersource-rest-client-java の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。