// match response {
// CallbackResponse::RequestToPaySuccess {
// financialTransactionId: _,
// externalId: _,
// amount: _,
// currency: _,
// payer: _,
// payeeNote: _,
// PayerMessage: _,
// status: RequestToPayStatus::SUCCESSFULL,
// } => warn!("this is bullshit"),
// CallbackResponse::RequestToPayFailed {
// financialTransactionId: _,
// externalId: _,
// amount: _,
// currency: _,
// payer: _,
// payeeNote: _,
// PayerMessage: _,
// status: RequestToPayStatus::FAILED,
// reason: _,
// } => warn!(""),
// _ => warn!(""),
// }