This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from EdamAme-x/add-docs
Add docs
- Loading branch information
Showing
1 changed file
with
176 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
# PayPayใฌในใใณใน้ | ||
ใใญใผใtakaใงใ | ||
PayPayใง่ฟใฃใฆใใใฌในใใณในใฎไพใใใใซใพใจใใพใ | ||
ใใใใใซ่ผใฃใฆใใชใใฌในใใณในๅใๅใฃใๆนใใฌในใใณใน.jsonใๆทปไปใใฆtakaใพใง้ฃ็ตกใใใใจ้ๅธธใซๅฉใใใพใ๏ผ๏ผ | ||
## S0000 | ||
``` | ||
{'header': {'resultCode': 'S0000', 'resultMessage': ''} | ||
``` | ||
ใใฎใชใถใซใใณใผใใๆทปไปใใใฆใใใฌในใใณในใฏใในใฆๆๅใงใ | ||
ๆๅใใใจๅฟ ใS0000ใ่ฟใฃใฆใใพใ | ||
## ใญใฐใคใณ | ||
#### ้ป่ฉฑ็ชๅท / ใในใฏใผใใ้้ใฃใฆใ | ||
``` | ||
{'response_type': 'ErrorResponse', 'result_info': | ||
{'result_status': 'F', 'result_code_id': '01102004', 'result_code': 'INTERNAL_AUTH_INVALID_GRANT_ERROR', 'result_msg': 'Bad credentials'}} | ||
``` | ||
#### ๅ ฅๅใใใฏใณใฟใคใ ใในใฏใผใใ้้ใฃใฆใ | ||
``` | ||
{'response_type': 'ErrorResponse', 'result_info': | ||
{'result_status': 'F', 'result_code_id': '01102004', 'result_code': 'INTERNAL_AUTH_INVALID_GRANT_ERROR', | ||
'result_msg': 'Validate OTP call to notification service getting state code: 400'}} | ||
``` | ||
#### ใขใฏใปในใใผใฏใณใฎๆๅนๆ้ใๅใใฆใ 1 | ||
``` | ||
{'header': | ||
{'resultCode': 'S0001', 'resultMessage': 'Session refresh request because of AccessToken is revoked'}, | ||
'error': {'oauth2V2TokenRolledbackTimestamp': None}} | ||
``` | ||
#### ใขใฏใปในใใผใฏใณใฎๆๅนๆ้ใๅใใฆใ 2 | ||
- user_infoใไฝฟใฃใๆใฏใชใใS0001ใงใฏใชใS9999ใ่ฟใใใ | ||
``` | ||
{'header': | ||
{'resultCode': 'S9999', 'resultMessage': 'Cannot fetch data from UM'}} | ||
``` | ||
#### ใขใซใฆใณใใไธๆใญใใฏใใใฆใใ | ||
- ไธๆใญใใฏไปฅๅคใใชใใใใใ่ฟใใใ (่ณ้ๆดๆตใซใใๅ็ตใชใฉ) | ||
``` | ||
{'response_type': 'ErrorResponse', 'result_info': | ||
{'result_status': 'F', 'result_code_id': '01102005', 'result_code': | ||
'INTERNAL_AUTH_ACCOUNT_LOCKED_ERROR', 'result_msg': 'User account is locked'}} | ||
``` | ||
#### SMSใซ่ช่จผ็ชๅทใ้ใใใใฆใฌใผใๅถ้ใๅใใฆใ | ||
``` | ||
{'response_type': 'ErrorResponse', 'result_info': | ||
{'result_status': 'F', 'result_code_id': '01102015', 'result_code': 'INVALID_AUTH_SEND_OTP_OVER_LIMIT_COUNT_BAD_REQUEST', | ||
'result_msg': '[400] during [POST] to [http://notification-sender-service/v1/sms/send/otp] [OtpSenderClient#sendOtpBySms(SendOtpBySmsRequest)]: | ||
[{"result_info":{"result_status":"F","result_code_id":"01810001","result_code":"BAD_REQUEST","result_msg":"over limit of send count."}}]'}} | ||
``` | ||
#### IPใขใใฌในใใใฉใใฏใชในใๅ ฅใใใฆใใ | ||
``` | ||
{'response_type': 'ErrorResponse','result_info': | ||
{'result_status': 'F', 'result_code_id': '01101007', 'result_code': 'INTERNAL_COMMON_SIGN_IN_FRAU D_CHECK_ERROR', 'result_msg': 'IP_BLACKLIST'}} | ||
``` | ||
#### ๆฅๆฌไปฅๅคใใใขใฏใปในใใ | ||
```html | ||
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> | ||
<TITLE>ERROR: The request could not be satisfied</TITLE> | ||
</HEAD><BODY> | ||
<H1>403 ERROR</H1> | ||
<H2>The request could not be satisfied.</H2> | ||
<HR noshade size="1px"> | ||
Request blocked. | ||
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. | ||
<BR clear="all"> | ||
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. | ||
<BR clear="all"> | ||
<HR noshade size="1px"> | ||
<PRE> | ||
Generated by cloudfront (CloudFront) | ||
Request ID: 0efMHen3RTNpO71PZ8KvpE2_YPOa7KGkDMcfTei1AwU50ujKHJhn_A== | ||
</PRE> | ||
<ADDRESS> | ||
</ADDRESS> | ||
</BODY></HTML>: 0 | ||
``` | ||
## ๆฎ้ซใฎใใใจใ | ||
#### ๆฎ้ซไธ่ถณ 1 | ||
``` | ||
{'header': | ||
{'resultCode': 'S2205', 'resultMessage': 'Failed to P2P: No payment methods.'}, 'error': {}} | ||
``` | ||
#### ๆฎ้ซไธ่ถณ 2 | ||
``` | ||
{'header': | ||
{'resultCode': 'S1005', 'resultMessage': 'balance is insufficient'},'error': | ||
{'backendResultCode': '00400043', 'paymentMethodWithTopupAmountList': | ||
[{'paymentMethodId': 85085976, 'paymentMethodIdString': '85085976', 'paymentMethodType': 'SBID_CARRIER_BILLING', 'paymentMethodDescriptionInfo': | ||
{'mainDescription': | ||
{'text': 'ๅฉ็จไธ้้้กใ็ขบ่ชใใ', 'linkUrl': 'https://card.my.softbank.jp/ppdirect?id1=availableamountsbm&adid=o_ap_s_201001_1168', 'headerIcon': None, 'isBold': True, 'color': '#3895FF', 'backgroundColor': None}, | ||
'subDescription': None, 'statusDescription': None, 'additionalDescription': None, 'detailDescription': None, 'promotionDescription': None, 'amountInfo': None, | ||
'label':{'text': 'ๅๅ็กๆ 2ๅ็ฎไปฅ้ๆๆฐๆ2.5%', 'linkUrl': None, 'headerIcon': None, 'isBold': True, 'color': '#3895FF', 'backgroundColor': '#E5F1FF'}}, | ||
'sbidCarrierBillingInfo': | ||
{'paymentMethodStatus': 'ACTIVATED', 'preTransactionAutoChargeSupported': None, 'prioritizedPaymentSupported': None}, 'feeInfo': | ||
{'feePercentage': 0, 'label': 'ๆๆฐๆ๏ผ2.5%๏ผ', 'zeroFeeText': 'ๅๅ็กๆ'}, 'necessaryChargeAmount': 189036, 'minimumChargeAmount': False}], 'appealDescription': | ||
{'text': '่ซ ๆฑๆธๆใใงใฎ็ด็จใฏใใฃใผใธใใใซใฏใฌใธใใ๏ผๆงใใจๆใ๏ผใง', 'linkUrl': 'paypay://internalembed?url=https%3A%2F%2Fwww.paypay.ne.jp%2Fportal%2Fbill-payment%2Ftax-bills', 'headerIcon': None, 'isBold': True, 'color': '#3895FF', 'backgroundColor': '#E5F8FF'}}} | ||
``` | ||
#### ๅใๅใใในใฏใผใใ้้ใฃใฆใ | ||
``` | ||
{'header': | ||
{'resultCode': 'S9999', 'resultMessage': 'Specific Error with half sheet'}, 'error': | ||
{'backendResultCode': '42007007', 'displayErrorResponse': | ||
{'backendResultCode': '42007007', 'iconUrl': 'https://image.paypay.ne.jp/error/app/caution.png', 'title': 'ใในใณใผใใ้ใใพใ', 'description': '3ๅ้้ใใใจๅใๅใ่พ้ใจใชใใพใ\n้ใๅ ใซใในใณใผใใ็ขบ่ชใใฆใใ ใใ', | ||
'canCloseByOutsideTap': True, 'buttonList': | ||
[{'title': '้ใใ', 'actionType': 'CLOSE', 'deeplink': None, 'nativeAction': None, 'buttonType': 'BLUE', 'googleAnalyticsInfo': None}]}}} | ||
``` | ||
#### ๅบๆฌ็ใช้้ใจใฉใผ | ||
- ้้ใชใณใฏใ2ใคใฎ็ซฏๆซใงๅๆใซๅใๅใใฟใใใชใบใซใใใใจใใฆใใงใ | ||
``` | ||
{'header': | ||
{'resultCode': 'S9999', 'resultMessage': 'Specific Error with half sheet'}, | ||
'error': {'backendResultCode': '42007011', 'displayErrorResponse': | ||
{'backendResultCode': '42007011', 'iconUrl': 'https://image.paypay.ne.jp/error/app/caution.png', 'title': 'ๅฆ็ใซๅคฑๆใใพใใ', 'description': 'ใๆๆฐใงใใใๅๅบฆใ่ฉฆใใใ ใใ', | ||
'canCloseByOutsideTap': False, 'buttonList': | ||
[{'title': '้ใใ', 'actionType': 'NATIVE', 'deeplink': None, 'nativeAction': 'RELOAD', 'buttonType': 'BLUE', 'googleAnalyticsInfo': None}]}}} | ||
``` | ||
#### ้้ใใๅคใใใใใ | ||
- -1ๅใชใฉ | ||
``` | ||
{'header': | ||
{'resultCode': 'S5000', 'resultMessage': | ||
'It was received unexpected error from the remote server. [failed to get wallet consult info from wallet service]'}, | ||
'error': {'backendResultCode': '00400044'}} | ||
``` | ||
#### ่ชๅใใ่ชๅใซ้้ใใ | ||
- ไธๆใชใจใฉใผใงใใใใๅบใใใ | ||
``` | ||
{'header': {'resultCode': 'S5000', 'resultMessage': | ||
'It was received unexpected error from the remote server. [Error while accepting the p2p order]'}, | ||
'error': {'backendResultCode': '42007001'}} | ||
``` | ||
#### ใใใฆๅดใซๆฎ้ซใฎๅใๅใๅถ้ใใใใฃใฆใใ | ||
``` | ||
{'header': | ||
{'resultCode': 'S9999', 'resultMessage': 'Specific Error with half sheet'}, | ||
'error': | ||
{'backendResultCode': '', 'displayErrorResponse': | ||
{'backendResultCode': '', 'iconUrl': 'https://image.paypay.ne.jp/error/app/caution.png', 'title': '็พๅจใๅฉ็จใๅถ้ใใฆใใพใ', 'description': 'ๅฎๅฟๅฎๅ จใชๆฑบๆธใตใผใในใ็ถญๆใใใใ\nใๅฉ็จใๅถ้ใใใฆใใใ ใๅ ดๅใใใใพใ\n่ฉณ็ดฐใฏใใซใใใผใธใใ็ขบ่ชใใ ใใ', | ||
'canCloseByOutsideTap': True, 'buttonList': | ||
[{'title': 'ใใซใใใผใธใ็ขบ่ชใใ', 'actionType': 'DEEPLINK', 'deeplink': 'paypay://embed?url=https://paypay.ne.jp/rd/support/help/c0088/', | ||
'nativeAction': None, 'buttonType': 'BLUE', 'googleAnalyticsInfo': None}, | ||
{'title': '้ใใ', 'actionType': 'CLOSE', 'deeplink': None, 'nativeAction': None, 'buttonType': 'WHITE', 'googleAnalyticsInfo': None}]}}} | ||
``` | ||
#### ใใถใๅดใซ้้ๅถ้ใใใใฃใฆใใ | ||
- ๆฌไบบ็ขบ่ชใใใใใจใง่งฃ้คใใใ | ||
``` | ||
{'header': | ||
{'resultCode': 'S9999', 'resultMessage': 'Specific Error with half sheet'}, 'error': | ||
{'backendResultCode': 'KYC_INFO_REQUIRED_FOR_PREPAID', 'displayErrorResponse': | ||
{'backendResultCode': "iconUrl': 'KYC_INFO_REQUIRED_FOR_PREPAID', 'https://image.paypay.ne.jp/error/app/caution.png', 'title': ็พๅจใๅฉ็จใๅถ้ใใฆใใพใ', | ||
'description': 'ๅฎๅฟๅฎๅ จใชๆฑบๆธใตใผใในใ็ถญๆใใใใ\nใๅฉ็จใๅถ้ใใใฆใใใ ใๅ ดๅใใใใพใ\n่ฉณ็ดฐใฏใใซใใใผใธใใ็ขบ่ชใใ ใใใ 'canCloseByOutsideTap': True, 'buttonList': | ||
[{'title': 'ใใซใใใผใธใ็ขบ่ชใใ', 'action Type': 'DEEPLINK', 'deeplink': 'paypay://embed? url=https://paypay.ne.jp/rd/support/help/c0088/', | ||
'nativeAction': None, 'buttonType': 'BLUE', 'googleAnalyticsInfo': None}, | ||
{'title': '้ใใ', 'action Type': 'CLOSE', 'deeplink': None, 'nativeAction': None, 'buttonType': 'WHITE', 'googleAnalyticsInfo': None}]}}} | ||
``` | ||
#### ใใถใๅดใซ้้ๅถ้ใใใใฃใฆใใ 2 | ||
``` | ||
{'header': | ||
{'resultCode': 'S9999', 'resultMessage': 'Specific Error with half sheet'}, 'error': | ||
{'backendResultCode': 'PAYER_BLACKLIST', 'displayErrorResponse': | ||
{'backendResultCode': 'PAYER_BLACKLIST', 'iconUrl': 'https://image.paypay.ne.jp/error/app/caution.png', 'title': '็พๅจใๅฉ็จใๅถ้ใใฆใใพใ', | ||
'description': 'ๅฎๅฟๅฎๅ จใชๆฑบๆธใตใผใในใ็ถญๆใใใใ\nใๅฉ็จใๅถ้ใใใฆใใใ ใๅ ดๅใใใใพใ\n่ฉณ็ดฐใฏใใซใใใผใธใใ็ขบ่ชใใ ใใ', 'canCloseByOutsideTap': True, 'buttonList': | ||
[{'title': 'ใใซใใใผใธใ็ขบ่ชใใ', 'actionType': 'DEEPLINK', 'deeplink': 'paypay://embed?url=https://paypay.ne.jp/rd/support/help/c0088/', 'nativeAction': None, 'buttonType': 'BLUE', 'googleAnalyticsInfo': None}, | ||
{'title': '้ใใ', 'actionType': 'CLOSE', 'deeplink': None, 'nativeAction': None, 'buttonType': 'WHITE', 'googleAnalyticsInfo': None}]}}} | ||
``` | ||
#### ๆๅฎใใexternal_idใฎใฆใผใถใผใ่ฆใคใใใชใ | ||
``` | ||
{'header': | ||
{'resultCode': 'S5000', 'resultMessage': 'It was received unexpected error from the remote server. [failed to get user info from user module service]'}, | ||
'error': {'backendResultCode': '00400045'}} | ||
``` | ||
### ไฝ่ซ | ||
ใขใซใฆใณใใญใใฏใIPใขใใฌในใฎใใฉใใฏใชในใใฏ้ๅถใซ้ฃ็ตกใใใจ่งฃ้คใใฆใใใใพใ (ๆช่ณชใจๅคๆญใใใใใใใใซใใก) | ||
ๅธๆ่ใงใใใกใใ้ๅถใซ้ฃ็ตกใใฆใใ ใใใใใถใใฎๅฉ็จ่ฆ็ด้ๅใงใ่งฃ้คใใฆใใใใใจใใใใพใ (็ขบ่ชๆธใฟ) | ||
#### ๆธใใไบบ | ||
GitHub๏ผ[taka-4602](https://github.com/taka-4602) | ||
Discord๏ผ[.taka.](https://discord.gg/aSyaAK7Ktm) |