@@ -437,7 +437,7 @@ This synchronous endpoint allows you to retrieve the current status and details
437
437
<details >
438
438
<summary >
439
439
<Text as = " h6" marginBottom = " none" marginTop = " none" >
440
- Sample Response: 200 OK (Registration Found)
440
+ Sample Response
441
441
</Text >
442
442
</summary >
443
443
<CodeBlockWithCopy language = " json" >{ `
@@ -492,7 +492,7 @@ This synchronous endpoint allows you to retrieve the current status and details
492
492
<details >
493
493
<summary >
494
494
<Text as = " h6" marginBottom = " none" marginTop = " none" >
495
- Sample Response: 404 Not Found
495
+ Sample Response
496
496
</Text >
497
497
</summary >
498
498
<CodeBlockWithCopy language = " json" >{ `
@@ -514,7 +514,7 @@ This synchronous endpoint allows you to retrieve the current status and details
514
514
<details >
515
515
<summary >
516
516
<Text as = " h6" marginBottom = " none" marginTop = " none" >
517
- Sample Response: 400 Bad Request
517
+ Sample Response
518
518
</Text >
519
519
</summary >
520
520
<CodeBlockWithCopy language = " json" >{ `
@@ -536,7 +536,7 @@ This synchronous endpoint allows you to retrieve the current status and details
536
536
<details >
537
537
<summary >
538
538
<Text as = " h6" marginBottom = " none" marginTop = " none" >
539
- Sample Response: 500 Internal Server Error
539
+ Sample Response
540
540
</Text >
541
541
</summary >
542
542
<CodeBlockWithCopy language = " json" >{ `
@@ -615,7 +615,7 @@ Confirms receipt and basic validation of the update request.
615
615
<details >
616
616
<summary >
617
617
<Text as = " h6" marginBottom = " none" marginTop = " none" >
618
- Sample Response: 200 OK (Accepted)
618
+ Sample Response
619
619
</Text >
620
620
</summary >
621
621
<CodeBlockWithCopy language = " json" >{ `
@@ -633,7 +633,7 @@ Confirms receipt and basic validation of the update request.
633
633
<details >
634
634
<summary >
635
635
<Text as = " h6" marginBottom = " none" marginTop = " none" >
636
- Sample Response: 400 Bad Request
636
+ Sample Response
637
637
</Text >
638
638
</summary >
639
639
<CodeBlockWithCopy language = " json" >{ `
@@ -655,7 +655,7 @@ Confirms receipt and basic validation of the update request.
655
655
<details >
656
656
<summary >
657
657
<Text as = " h6" marginBottom = " none" marginTop = " none" >
658
- Sample Response: 404 Not Found
658
+ Sample Response
659
659
</Text >
660
660
</summary >
661
661
<CodeBlockWithCopy language = " json" >{ `
@@ -677,7 +677,7 @@ Confirms receipt and basic validation of the update request.
677
677
<details >
678
678
<summary >
679
679
<Text as = " h6" marginBottom = " none" marginTop = " none" >
680
- Sample Response: 500 Internal Server Error
680
+ Sample Response
681
681
</Text >
682
682
</summary >
683
683
<CodeBlockWithCopy language = " json" >{ `
@@ -714,7 +714,7 @@ You will receive an `UPDATE_UPMS_REGISTRATION` callback with the final outcome.
714
714
<details >
715
715
<summary >
716
716
<Text as = " h6" marginBottom = " none" marginTop = " none" >
717
- Sample UPDATE_UPMS_REGISTRATION SUCCESS Callback Payload
717
+ Sample Callback Payload
718
718
</Text >
719
719
</summary >
720
720
<CodeBlockWithCopy language = " json" >{ `
@@ -775,7 +775,7 @@ You will receive an `UPDATE_UPMS_REGISTRATION` callback with the final outcome.
775
775
<details >
776
776
<summary >
777
777
<Text as = " h6" marginBottom = " none" marginTop = " none" >
778
- Sample UPDATE_UPMS_REGISTRATION FAILED Callback Payload
778
+ Sample Callback Payload
779
779
</Text >
780
780
</summary >
781
781
<CodeBlockWithCopy language = " json" >{ `
@@ -829,7 +829,7 @@ Confirms receipt of the cancellation request.
829
829
<details >
830
830
<summary >
831
831
<Text as = " h6" marginBottom = " none" marginTop = " none" >
832
- Sample Response: 200 OK (Accepted)
832
+ Sample Response
833
833
</Text >
834
834
</summary >
835
835
<CodeBlockWithCopy language = " json" >{ `
@@ -847,7 +847,7 @@ Confirms receipt of the cancellation request.
847
847
<details >
848
848
<summary >
849
849
<Text as = " h6" marginBottom = " none" marginTop = " none" >
850
- Sample Response: 400 Bad Request
850
+ Sample Response
851
851
</Text >
852
852
</summary >
853
853
<CodeBlockWithCopy language = " json" >{ `
@@ -869,7 +869,7 @@ Confirms receipt of the cancellation request.
869
869
<details >
870
870
<summary >
871
871
<Text as = " h6" marginBottom = " none" marginTop = " none" >
872
- Sample Response: 404 Not Found
872
+ Sample Response
873
873
</Text >
874
874
</summary >
875
875
<CodeBlockWithCopy language = " json" >{ `
@@ -891,7 +891,7 @@ Confirms receipt of the cancellation request.
891
891
<details >
892
892
<summary >
893
893
<Text as = " h6" marginBottom = " none" marginTop = " none" >
894
- Sample Response: 409 Conflict
894
+ Sample Response
895
895
</Text >
896
896
</summary >
897
897
<CodeBlockWithCopy language = " json" >{ `
@@ -913,7 +913,7 @@ Confirms receipt of the cancellation request.
913
913
<details >
914
914
<summary >
915
915
<Text as = " h6" marginBottom = " none" marginTop = " none" >
916
- Sample Response: 500 Internal Server Error
916
+ Sample Response
917
917
</Text >
918
918
</summary >
919
919
<CodeBlockWithCopy language = " json" >{ `
@@ -950,7 +950,7 @@ You will receive a `CANCEL_UPMS_REGISTRATION` callback confirming the outcome.
950
950
<details >
951
951
<summary >
952
952
<Text as = " h6" marginBottom = " none" marginTop = " none" >
953
- Sample CANCEL_UPMS_REGISTRATION SUCCESS Callback Payload
953
+ Sample Callback Payload
954
954
</Text >
955
955
</summary >
956
956
<CodeBlockWithCopy language = " json" >{ `
@@ -984,7 +984,7 @@ You will receive a `CANCEL_UPMS_REGISTRATION` callback confirming the outcome.
984
984
<details >
985
985
<summary >
986
986
<Text as = " h6" marginBottom = " none" marginTop = " none" >
987
- Sample CANCEL_UPMS_REGISTRATION FAILED Callback Payload
987
+ Sample Callback Payload
988
988
</Text >
989
989
</summary >
990
990
<CodeBlockWithCopy language = " json" >{ `
0 commit comments