Retrieve payin
TestingGET
/finmo/payin/retrieve-payin/{payin_id_finmo}Request
Path Params
payin_id_finmo
string
required
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
sandbox or production
Example:
sandbox
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": boolean,
"message": "string",
"data": {
"id": "string",
"payin_id_finmo": "string",
"merchant_id": "string",
"status": "string",
"amount": number,
"amount_type": "string",
"transaction": "string",
"transaction_date": "2024-12-29T13:18:09.000Z",
"payment_method": "string",
"order_reference": "string",
"customer_full_name": "string",
"reply_code": "string",
"brand": "string",
"currency": "string",
"credit_type": "string",
"payer_id": "string",
"recon_id": "string",
"order_reference_1": "string",
"order_reference_2": "string",
"platform_identifier": "string",
"trx_type": "string",
"customer_email": "string",
"customer_phone": "string",
"customer_personal_number": null,
"fee_taken": 0,
"fee_expected": 0,
"charge_back": 0,
"rolling_serve": 0,
"retrieval": 0,
"is_black_list": 0,
"ip_address": null,
"billing_address_country": null,
"billing_address_city": null,
"billing_address_zip_code": null,
"billing_address": null,
"bin": null,
"is_3ds": null,
"bank_psp": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"payment_date": null
}
}
Last modified: 8 days ago