Skip to content

Commit 3223754

Browse files
author
tanmay
committed
rename code blocks
1 parent 379758b commit 3223754

File tree

1 file changed

+17
-17
lines changed
  • content/payments/billpay/api-integration

1 file changed

+17
-17
lines changed

content/payments/billpay/api-integration/upms.mdx

+17-17
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ This synchronous endpoint allows you to retrieve the current status and details
437437
<details>
438438
<summary>
439439
<Text as="h6" marginBottom="none" marginTop="none">
440-
Sample Response: 200 OK (Registration Found)
440+
Sample Response
441441
</Text>
442442
</summary>
443443
<CodeBlockWithCopy language="json">{`
@@ -492,7 +492,7 @@ This synchronous endpoint allows you to retrieve the current status and details
492492
<details>
493493
<summary>
494494
<Text as="h6" marginBottom="none" marginTop="none">
495-
Sample Response: 404 Not Found
495+
Sample Response
496496
</Text>
497497
</summary>
498498
<CodeBlockWithCopy language="json">{`
@@ -514,7 +514,7 @@ This synchronous endpoint allows you to retrieve the current status and details
514514
<details>
515515
<summary>
516516
<Text as="h6" marginBottom="none" marginTop="none">
517-
Sample Response: 400 Bad Request
517+
Sample Response
518518
</Text>
519519
</summary>
520520
<CodeBlockWithCopy language="json">{`
@@ -536,7 +536,7 @@ This synchronous endpoint allows you to retrieve the current status and details
536536
<details>
537537
<summary>
538538
<Text as="h6" marginBottom="none" marginTop="none">
539-
Sample Response: 500 Internal Server Error
539+
Sample Response
540540
</Text>
541541
</summary>
542542
<CodeBlockWithCopy language="json">{`
@@ -615,7 +615,7 @@ Confirms receipt and basic validation of the update request.
615615
<details>
616616
<summary>
617617
<Text as="h6" marginBottom="none" marginTop="none">
618-
Sample Response: 200 OK (Accepted)
618+
Sample Response
619619
</Text>
620620
</summary>
621621
<CodeBlockWithCopy language="json">{`
@@ -633,7 +633,7 @@ Confirms receipt and basic validation of the update request.
633633
<details>
634634
<summary>
635635
<Text as="h6" marginBottom="none" marginTop="none">
636-
Sample Response: 400 Bad Request
636+
Sample Response
637637
</Text>
638638
</summary>
639639
<CodeBlockWithCopy language="json">{`
@@ -655,7 +655,7 @@ Confirms receipt and basic validation of the update request.
655655
<details>
656656
<summary>
657657
<Text as="h6" marginBottom="none" marginTop="none">
658-
Sample Response: 404 Not Found
658+
Sample Response
659659
</Text>
660660
</summary>
661661
<CodeBlockWithCopy language="json">{`
@@ -677,7 +677,7 @@ Confirms receipt and basic validation of the update request.
677677
<details>
678678
<summary>
679679
<Text as="h6" marginBottom="none" marginTop="none">
680-
Sample Response: 500 Internal Server Error
680+
Sample Response
681681
</Text>
682682
</summary>
683683
<CodeBlockWithCopy language="json">{`
@@ -714,7 +714,7 @@ You will receive an `UPDATE_UPMS_REGISTRATION` callback with the final outcome.
714714
<details>
715715
<summary>
716716
<Text as="h6" marginBottom="none" marginTop="none">
717-
Sample UPDATE_UPMS_REGISTRATION SUCCESS Callback Payload
717+
Sample Callback Payload
718718
</Text>
719719
</summary>
720720
<CodeBlockWithCopy language="json">{`
@@ -775,7 +775,7 @@ You will receive an `UPDATE_UPMS_REGISTRATION` callback with the final outcome.
775775
<details>
776776
<summary>
777777
<Text as="h6" marginBottom="none" marginTop="none">
778-
Sample UPDATE_UPMS_REGISTRATION FAILED Callback Payload
778+
Sample Callback Payload
779779
</Text>
780780
</summary>
781781
<CodeBlockWithCopy language="json">{`
@@ -829,7 +829,7 @@ Confirms receipt of the cancellation request.
829829
<details>
830830
<summary>
831831
<Text as="h6" marginBottom="none" marginTop="none">
832-
Sample Response: 200 OK (Accepted)
832+
Sample Response
833833
</Text>
834834
</summary>
835835
<CodeBlockWithCopy language="json">{`
@@ -847,7 +847,7 @@ Confirms receipt of the cancellation request.
847847
<details>
848848
<summary>
849849
<Text as="h6" marginBottom="none" marginTop="none">
850-
Sample Response: 400 Bad Request
850+
Sample Response
851851
</Text>
852852
</summary>
853853
<CodeBlockWithCopy language="json">{`
@@ -869,7 +869,7 @@ Confirms receipt of the cancellation request.
869869
<details>
870870
<summary>
871871
<Text as="h6" marginBottom="none" marginTop="none">
872-
Sample Response: 404 Not Found
872+
Sample Response
873873
</Text>
874874
</summary>
875875
<CodeBlockWithCopy language="json">{`
@@ -891,7 +891,7 @@ Confirms receipt of the cancellation request.
891891
<details>
892892
<summary>
893893
<Text as="h6" marginBottom="none" marginTop="none">
894-
Sample Response: 409 Conflict
894+
Sample Response
895895
</Text>
896896
</summary>
897897
<CodeBlockWithCopy language="json">{`
@@ -913,7 +913,7 @@ Confirms receipt of the cancellation request.
913913
<details>
914914
<summary>
915915
<Text as="h6" marginBottom="none" marginTop="none">
916-
Sample Response: 500 Internal Server Error
916+
Sample Response
917917
</Text>
918918
</summary>
919919
<CodeBlockWithCopy language="json">{`
@@ -950,7 +950,7 @@ You will receive a `CANCEL_UPMS_REGISTRATION` callback confirming the outcome.
950950
<details>
951951
<summary>
952952
<Text as="h6" marginBottom="none" marginTop="none">
953-
Sample CANCEL_UPMS_REGISTRATION SUCCESS Callback Payload
953+
Sample Callback Payload
954954
</Text>
955955
</summary>
956956
<CodeBlockWithCopy language="json">{`
@@ -984,7 +984,7 @@ You will receive a `CANCEL_UPMS_REGISTRATION` callback confirming the outcome.
984984
<details>
985985
<summary>
986986
<Text as="h6" marginBottom="none" marginTop="none">
987-
Sample CANCEL_UPMS_REGISTRATION FAILED Callback Payload
987+
Sample Callback Payload
988988
</Text>
989989
</summary>
990990
<CodeBlockWithCopy language="json">{`

0 commit comments

Comments
 (0)