Skip to content

Conversation

@max-koro
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Oct 14, 2025

@netlify
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for incomparable-tiramisu-91a96a ready!

Name Link
🔨 Latest commit 7408066
🔍 Latest deploy log https://app.netlify.com/projects/incomparable-tiramisu-91a96a/deploys/68f9d2e87a95c5000828e4c9
😎 Deploy Preview https://deploy-preview-453--incomparable-tiramisu-91a96a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@racene-swan racene-swan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! A couple of formatting/grammatical edits. LMK if you have questions!


### Payload {#payload-update}

The new provided values appear under `requestMerchantProfileUpdate`. They will only be reflected on the merchant profile after the request has been reviewed and approved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who does this review, and can we indicate how long it may take?

Subscribe to the `MerchantPaymentMethod.Updated` webhook to know when the status of the payment method changes.
:::

## Step 1: See which information is missing {#step-1}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other guides usually start with the heading "Guide" - is there a reason this isn't here and we're doing Steps?


# Providing missing information

If some information is missing before a review can be finalized, your merchant payment method will have the status `WaitingForInformation`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing what the purpose of this article is i.e. "how to provide missing information."


1. Use the `merchantProfile` query.
1. Add the `supportingDocumentCollections` field.
1. Optionally, use a filter to have only the collections waiting for document.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean? - should it be "Add the supportingdocumentcollections field, or use the waiting for document filter?

- Payment methods and their statuses.

## Query {#query}
## Getting general information about the merchant profile {#general-info}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We tend not to use ing verb forms in headings - from the Google style guide


## Simulate supporting documents {#simulate-documents}

When `supportingDocumentPurposes` are added to the verification requirements, a supporting documents collection is created on the merchant profile.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When `supportingDocumentPurposes` are added to the verification requirements, a supporting documents collection is created on the merchant profile.
When `supportingDocumentPurposes` are added to the verification requirements, a supporting documents collection field is added to the merchant profile.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion! However, I'm going to keep the current wording because it's more technically accurate.

The supportingDocumentCollections field always exists on the merchant profile object in the API. When documents are required, a new collection object is created within that field (not the field itself being added).

The current text avoids this technical confusion by simply stating "the merchant profile has a supporting documents collection", which is accurate and easier to understand imho :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean supporting documents collection ID?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the ID is a parameter for the collection :)

Copy link
Contributor

@racene-swan racene-swan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor edits - but otherwise good to go.


When your merchant payment method has the status `WaitingForInformation`, you need to provide missing verification requirements and supporting documents before the review can be finalized.

This guide shows you how to identify what's missing and provide it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I like it!

1. See which information is missing by checking the verification requirements.
1. Check if your project requires additional information.
1. Update the merchant profile with the missing information.
1. Get the supporting documents collection.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get the supporting documents collection ID - matches with Step 4.


## Simulate supporting documents {#simulate-documents}

When `supportingDocumentPurposes` are added to the verification requirements, a supporting documents collection is created on the merchant profile.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean supporting documents collection ID?


## Simulate supporting documents {#simulate-documents}

When `supportingDocumentPurposes` are added to the verification requirements, a supporting documents collection is created on the merchant profile.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the ID is a parameter for the collection :)

@max-koro max-koro merged commit e8ca86c into main Oct 23, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants