Fetch an Identity's Merchant
Retrieve the Merchant resource for an Identity.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Merchant resources
Example response
{
"_embedded": {
"List of Merchants": [
{
"termination_details": {
"terminated_at": "2024-09-16T13:11:36.72Z"
}
}
]
}
}Changes
Changed in 1 of the 9 revisions of this API.114
- ▲
the response property
_embedded/List of Merchants/items/loan_repaymentbecame nullable for the status200response-property-became-nullable
- ○
added the optional property
_embedded/List of Merchants/items/_links/merchant_profileto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/_links/verificationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/disbursements_ach_pull_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/disbursements_ach_push_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/disbursements_card_pull_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/disbursements_card_push_enabledto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/gatewayto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/microdeposit_verification_required_application_ownerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/microdeposit_verification_required_buyerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/microdeposit_verification_required_recipientto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/microdeposit_verification_required_sellerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/microdeposit_verification_required_senderto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/pending_refunds_strategyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
_embedded/List of Merchants/items/unreferenced_refund_card_present_enabledto the response with the200statusresponse-optional-property-added
- ▲