Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Fetching consumer id(token) on making payment with jwt

Đang mở
#53 3 bình luận 1 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
20/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
java
Lĩnh vực
api, payments

Hướng nghiên cứu

Bắt đầu với Flex token, microform và payment response của issue, sau đó tham khảo tài liệu CyberSource REST API về các luồng customer hoặc payment-token được hỗ trợ. Hoàn tất có nghĩa là xác định liệu một token có thể tái sử dụng hoặc consumer ID có được trả về hoặc hỗ trợ hay không, đồng thời ghi lại đúng đường dẫn tích hợp; payload không nêu tên tệp hoặc test nào trong repository.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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
}

Ngôn ngữ chính
Java
Star
29
Fork
50
Merge trung bình
28 phút
Pull request đã merge (30 ngày)
1

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của CyberSource/cybersource-rest-client-java

Tất cả issue của CyberSource/cybersource-rest-client-java

Issue tương tự

Thêm issue về Java

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.