店舗: Get
このリクエストでは、アプリトークン・シークレット・店舗IDを指定することで前ページで記載のある店舗についての情報を取得することができます。
Request
GET https://api.univapay.com/stores/{storeId}
Headers:
Authorization: Bearer {secret}.{jwt}
Body:
curl --request GET \
--url https://api.univapay.com/stores/5820d348-15d1-11e7-8e4b-27dd220b033f \
--header 'Authorization: Bearer {secret}.{jwt}'
Response
Code: 200
Headers:
Content-Type: application/json
Body:
{
"id": "11e8863f-7e2d-8074-a083-2716eac36a7c",
"name": "store test",
"created_on": "2018-07-13T01:53:09.270726Z",
"configuration": {
"percent_fee": null,
"flat_fees": null,
"logo_url": null,
"country": null,
"language": null,
"display_time_zone": null,
"min_transfer_payout": null,
"maximum_charge_amounts": null,
"user_transactions_configuration": {
"enabled": null,
"notify_customer": null
},
"card_configuration": {
"enabled": null,
"debit_enabled": null,
"prepaid_enabled": null,
"forbidden_card_brands": null,
"allowed_countries_by_ip": null,
"foreign_cards_allowed": null,
"fail_on_new_email": null,
"card_limit": null,
"allow_empty_cvv": null
},
"qr_scan_configuration": {
"enabled": null,
"forbidden_qr_scan_gateways": null
},
"convenience_configuration": {
"enabled": null
},
"recurring_token_configuration": {
"recurring_type": null,
"charge_wait_period": null,
"card_charge_cvv_confirmation": {
"enabled": null,
"threshold": null
}
},
"security_configuration": {
"inspect_suspicious_login_after": null,
"refund_percent_limit": null,
"limit_charge_by_card_configuration": null
},
"installments_configuration": {
"enabled": null,
"min_charge_amount": null,
"max_payout_period": null,
"failed_cycles_to_cancel": null
},
"card_brand_percent_fees": {
"visa": null,
"american_express": null,
"mastercard": null,
"maestro": null,
"discover": null,
"jcb": null,
"diners_club": null,
"union_pay": null
}
}
}