Skip to content

Commit

Permalink
Add merchantCategoryCode field to request and responses in third part…
Browse files Browse the repository at this point in the history
…y asset guide (#1058)
  • Loading branch information
Ray2126 committed Sep 10, 2024
1 parent d6b0230 commit 0c23759
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/guides/integrating-third-party-asset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ curl -X POST https://your.endpoint/pay \
"authorization": "WRhAxxWpTKb5U7pXyxQjjY",
"merchantName": "Centrapay Cafe",
"merchantId": "MhocUmpxxmgdHjr7DgKoKw",
"merchantCategoryCode": "2481",
"idempotencyKey": "UttDGTHjr7DgKoKwWpTKb"
"transactionId": "UttDGTHjr7DgKoKwWpTKb"
}'
Expand All @@ -258,6 +259,7 @@ curl -X POST https://your.endpoint/pay \
"authorization": "WRhAxxWpTKb5U7pXyxQjjY",
"merchantName": "Centrapay Cafe",
"merchantId": "MhocUmpxxmgdHjr7DgKoKw",
"merchantCategoryCode": "2481",
"transactionId": "UttDGTHjr7DgKoKwWpTKb",
"type": "payment",
"status": "successful",
Expand Down Expand Up @@ -303,6 +305,7 @@ curl -X POST https://your.endpoint/refund \
"authorization": "WRhAxxWpTKb5U7pXyxQjjY",
"merchantName": "Centrapay Cafe",
"merchantId": "MhocUmpxxmgdHjr7DgKoKw",
"merchantCategoryCode": "2481",
"transactionId": "HFCD73hsbJHBDd9gs3t",
"type": "refund",
"status": "successful"
Expand Down Expand Up @@ -346,6 +349,7 @@ curl -X POST https://your.endpoint/cancel \
"authorization": "WRhAxxWpTKb5U7pXyxQjjY",
"merchantName": "Centrapay Cafe",
"merchantId": "MhocUmpxxmgdHjr7DgKoKw",
"merchantCategoryCode": "2481",
"transactionId": "UttDGTHjr7DgKoKwWpTKb",
"type": "payment",
"status": "failed",
Expand Down Expand Up @@ -384,6 +388,7 @@ curl https://your.endpoint/get?transactionId=UttDGTHjr7DgKoKwWpTKb
"authorization": "WRhAxxWpTKb5U7pXyxQjjY",
"merchantName": "Centrapay Cafe",
"merchantId": "MhocUmpxxmgdHjr7DgKoKw",
"merchantCategoryCode": "2481",
"transactionId": "UttDGTHjr7DgKoKwWpTKb",
"type": "payment",
"status": "successful",
Expand Down

0 comments on commit 0c23759

Please sign in to comment.